aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
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\