aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorAdam Langley <agl@golang.org>2009-10-26 16:34:36 -0700
committerAdam Langley <agl@golang.org>2009-10-26 16:34:36 -0700
commit569a1cd545ec2fbd0f8307b65576e038d35cc4cc (patch)
treeee651d1e4b5a5c1c13dca547eb09ad3684af98fa /src/pkg/Makefile
parent5e6194cc1b888a3aee385d62b17400d5d5bb5bb6 (diff)
downloadgo-569a1cd545ec2fbd0f8307b65576e038d35cc4cc.tar.xz
Add encoding/hex
R=rsc http://go/go-review/1015012
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index 4f74bb4f42..cc0ebe69a4 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -41,6 +41,7 @@ DIRS=\
encoding/base64\
encoding/binary\
encoding/git85\
+ encoding/hex\
encoding/pem\
exec\
exp/datafmt\