summaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile19
1 files changed, 15 insertions, 4 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index b046064a6..2d6b3d014 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -59,6 +59,7 @@ DIRS=\
crypto/tls\
crypto/twofish\
crypto/x509\
+ crypto/x509/pkix\
crypto/xtea\
debug/dwarf\
debug/macho\
@@ -73,17 +74,17 @@ DIRS=\
encoding/binary\
encoding/git85\
encoding/hex\
- encoding/line\
encoding/pem\
exec\
exp/datafmt\
- exp/draw\
- exp/draw/x11\
exp/eval\
+ exp/gui\
+ exp/gui/x11\
expvar\
flag\
fmt\
go/ast\
+ go/build\
go/doc\
go/parser\
go/printer\
@@ -103,15 +104,21 @@ DIRS=\
http/fcgi\
http/pprof\
http/httptest\
+ http/spdy\
image\
+ image/bmp\
+ image/draw\
+ image/gif\
image/jpeg\
image/png\
+ image/tiff\
image/ycbcr\
index/suffixarray\
io\
io/ioutil\
json\
log\
+ mail\
math\
mime\
mime/multipart\
@@ -177,14 +184,18 @@ endif
NOTEST+=\
crypto\
crypto/openpgp/error\
+ crypto/x509/pkix\
debug/proc\
- exp/draw/x11\
+ exp/gui\
+ exp/gui/x11\
go/ast\
go/doc\
go/token\
hash\
http/pprof\
http/httptest\
+ image/bmp\
+ image/gif\
net/dict\
rand\
runtime/cgo\