summaryrefslogtreecommitdiff
path: root/plan9/Makefile
diff options
context:
space:
mode:
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>