code reorganization
[epoint] / pkg / key / Makefile
diff --git a/pkg/key/Makefile b/pkg/key/Makefile
new file mode 100644 (file)
index 0000000..d3d31f5
--- /dev/null
@@ -0,0 +1,7 @@
+include $(GOROOT)/src/Make.inc
+
+TARG=epoint/key
+GOFILES=\
+       key.go
+
+include $(GOROOT)/src/Make.pkg