diff options
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r-- | src/pkg/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 05e2a26d1..6ba6951af 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -28,11 +28,13 @@ DIRS=\ container/list\ container/ring\ container/vector\ + crypto\ crypto/aes\ crypto/block\ crypto/blowfish\ crypto/cast5\ crypto/cipher\ + crypto/dsa\ crypto/elliptic\ crypto/hmac\ crypto/md4\ @@ -58,6 +60,7 @@ DIRS=\ debug/proc\ ebnf\ encoding/ascii85\ + encoding/base32\ encoding/base64\ encoding/binary\ encoding/git85\ @@ -113,6 +116,7 @@ DIRS=\ rpc/jsonrpc\ runtime\ runtime/cgo\ + runtime/debug\ runtime/pprof\ scanner\ smtp\ @@ -150,11 +154,8 @@ DIRS+=\ endif -ifeq ($(GOOS),windows) -DIRS:=$(filter-out runtime/cgo,$(DIRS)) -endif - NOTEST=\ + crypto\ debug/proc\ exp/draw/x11\ go/ast\ |