aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2009-07-28 17:52:30 -0700
committerRobert Griesemer <gri@golang.org>2009-07-28 17:52:30 -0700
commit40a66ef59ebcc97b0c2468e5274dae4ef1c02812 (patch)
tree7e957993c8ed497c6d11dddf43766c5d5df90abd /src/pkg/Makefile
parentb85147cd70b2e4d3efe33c2cb9ea65bed1af99e8 (diff)
downloadgo-40a66ef59ebcc97b0c2468e5274dae4ef1c02812.tar.xz
missed changes to Makefiles for container/ring
R=rsc DELTA=3 (3 added, 0 deleted, 0 changed) OCL=32389 CL=32392
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index 6fe77af352..2f58fa7b6a 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -20,6 +20,7 @@ DIRS=\
compress/flate\
compress/gzip\
container/list\
+ container/ring\
container/vector\
crypto/aes\
crypto/block\
@@ -79,6 +80,7 @@ TEST=\
compress/flate\
compress/gzip\
container/list\
+ container/ring\
container/vector\
crypto/aes\
crypto/block\