]> Cypherpunks repositories - gostls13.git/commitdiff
pkg/Makefile: add netchan to standard package list
authorRob Pike <r@golang.org>
Wed, 5 May 2010 22:17:26 +0000 (15:17 -0700)
committerRob Pike <r@golang.org>
Wed, 5 May 2010 22:17:26 +0000 (15:17 -0700)
R=golang-dev
CC=golang-dev
https://golang.org/cl/1121041

src/pkg/Makefile

index 6eee658a52886e3a547bfee204271cf96af2af85..6458dcd992ba6d9bcbc8032a01cec71ab88c3323 100644 (file)
@@ -94,6 +94,7 @@ DIRS=\
        math\
        mime\
        net\
+       netchan\
        nntp\
        once\
        os\