summaryrefslogtreecommitdiff
path: root/plan9/Makefile
diff options
context:
space:
mode:
authoragc <agc>1997-10-09 14:30:56 +0000
committeragc <agc>1997-10-09 14:30:56 +0000
commitcda9a2909c4164bdc02858a637f098c3bc7da3a5 (patch)
treedb232209ea22925d7f406bcc3a7b5e7457bffa83 /plan9/Makefile
parentf43bd4523160f0da302c34ca69b4d04c8ae496a9 (diff)
downloadpkgsrc-cda9a2909c4164bdc02858a637f098c3bc7da3a5.tar.gz
Initial import of FreeBSD plan9 ports category into the NetBSD package
system.
Diffstat (limited to 'plan9/Makefile')
-rw-r--r--plan9/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/plan9/Makefile b/plan9/Makefile
new file mode 100644
index 00000000000..f6b5bc73099
--- /dev/null
+++ b/plan9/Makefile
@@ -0,0 +1,11 @@
+# FreeBSD Id: Makefile,v 1.3 1996/11/26 08:57:54 asami Exp
+#
+
+ SUBDIR += 9menu
+ SUBDIR += 9term
+ SUBDIR += 9wm
+ SUBDIR += Xg
+ SUBDIR += rc
+ SUBDIR += sam
+
+.include <bsd.port.subdir.mk>