From: Rob Pike Date: Wed, 5 May 2010 22:17:26 +0000 (-0700) Subject: pkg/Makefile: add netchan to standard package list X-Git-Tag: weekly.2010-05-27~112 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=46152bb9fe5f3edc9bc8b599b49974c34f251e13;p=gostls13.git pkg/Makefile: add netchan to standard package list R=golang-dev CC=golang-dev https://golang.org/cl/1121041 --- diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 6eee658a52..6458dcd992 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -94,6 +94,7 @@ DIRS=\ math\ mime\ net\ + netchan\ nntp\ once\ os\