aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2011-10-12 11:46:50 -0700
committerRob Pike <r@golang.org>2011-10-12 11:46:50 -0700
commitfefadcf51cc8b00fad84f6c0a8ed79bf6aeff46f (patch)
tree76789e84045f035aebc27ee5eb430d1c9a90dffc /src/pkg/Makefile
parent060100096818f3eb6393a9a8420afa1fef2522e8 (diff)
downloadgo-fefadcf51cc8b00fad84f6c0a8ed79bf6aeff46f.tar.xz
netchan: move to old/netchan
Part of Go version 1 rearrangement. No gofix, since the new name is not in Go 1. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5245055
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index dafc2048d9..79f9882d08 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -130,7 +130,7 @@ DIRS=\
net\
net/dict\
net/textproto\
- netchan\
+ old/netchan\
old/regexp\
old/template\
os\