aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-10-20 13:00:16 -0700
committerRuss Cox <rsc@golang.org>2009-10-20 13:00:16 -0700
commit357b770defa6e808b1f795db08dbad877506eebf (patch)
tree4c7e239969079349aa840a7444732ca7cad27deb /src/pkg/Makefile
parent430d462391dac674df888ec1f85eb03daad52cd5 (diff)
downloadgo-357b770defa6e808b1f795db08dbad877506eebf.tar.xz
base64 -> encoding/base64
base85 -> encoding/ascii85, encoding/git85 debug/binary -> encoding/binary R=r DELTA=3190 (1884 added, 1297 deleted, 9 changed) OCL=35923 CL=35929
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index 8761558de2..cd50bb92fb 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -14,8 +14,6 @@ all: install
DIRS=\
archive/tar\
asn1\
- base64\
- base85\
big\
bignum\
bufio\
@@ -33,13 +31,16 @@ DIRS=\
crypto/md5\
crypto/rc4\
crypto/sha1\
- debug/binary\
debug/dwarf\
debug/macho\
debug/elf\
debug/gosym\
debug/proc\
ebnf\
+ encoding/ascii85\
+ encoding/base64\
+ encoding/binary\
+ encoding/git85\
exec\
exp/datafmt\
exp/eval\