aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2009-12-15 18:21:29 -0800
committerRuss Cox <rsc@golang.org>2009-12-15 18:21:29 -0800
commitb5866494eaabd03a8eaeaabd05bd2e043e2795b5 (patch)
tree84efb708e358a0c126fa11d918d75f2cc0e78a05 /src/pkg/Makefile
parenta47a45ec7741d677ea6582cdeee3419325ac9488 (diff)
downloadgo-b5866494eaabd03a8eaeaabd05bd2e043e2795b5.tar.xz
os/signal: new package
Fixes #71. R=rsc, r https://golang.org/cl/162056
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 ea50e0d7b5..db33ab2629 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -82,6 +82,7 @@ DIRS=\
net\
once\
os\
+ os/signal\
patch\
path\
rand\