summaryrefslogtreecommitdiff
path: root/src/pkg/net/dict/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/net/dict/Makefile')
-rw-r--r--src/pkg/net/dict/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pkg/net/dict/Makefile b/src/pkg/net/dict/Makefile
new file mode 100644
index 000000000..eaa9e6531
--- /dev/null
+++ b/src/pkg/net/dict/Makefile
@@ -0,0 +1,7 @@
+include ../../../Make.inc
+
+TARG=net/dict
+GOFILES=\
+ dict.go\
+
+include ../../../Make.pkg