aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-08-23 10:20:29 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-08-23 10:20:29 +0000
commitd960161e22f9b977056e7fec7ab6f173893c08e1 (patch)
tree9f7e1ca3d296c856c4d0b58a2972f8d83331f437
parent955bad77975563572581b6c73b9375efe01f9e0e (diff)
downloadports-d960161e22f9b977056e7fec7ab6f173893c08e1.tar.gz
ports-d960161e22f9b977056e7fec7ab6f173893c08e1.zip
Notes
-rw-r--r--Makefile2
-rw-r--r--editors/Makefile2
-rw-r--r--lang/Makefile2
-rw-r--r--misc/Makefile5
-rw-r--r--shells/Makefile2
-rw-r--r--x11/Makefile2
6 files changed, 15 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a81e4065ae76..9934fa8fe617 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+# $Id$
+#
SUBDIR= editors lang shells x11
.include <bsd.port.subdir.mk>
diff --git a/editors/Makefile b/editors/Makefile
index 8a310fa86565..397c15680efe 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -1,3 +1,5 @@
+# $Id$
+#
SUBDIR= jove emacs
.include <bsd.port.subdir.mk>
diff --git a/lang/Makefile b/lang/Makefile
index 705955b26688..71ebce9933fc 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,3 +1,5 @@
+# $Id$
+#
SUBDIR= tcl tclX
.include <bsd.port.subdir.mk>
diff --git a/misc/Makefile b/misc/Makefile
new file mode 100644
index 000000000000..eaf75bd0704e
--- /dev/null
+++ b/misc/Makefile
@@ -0,0 +1,5 @@
+# $Id$
+#
+SUBDIR= pkg_install
+
+.include <bsd.port.subdir.mk>
diff --git a/shells/Makefile b/shells/Makefile
index 35cbaaa1fb4e..49a5a6972e2b 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -1,3 +1,5 @@
+# $Id$
+#
SUBDIR= bash
.include <bsd.port.subdir.mk>
diff --git a/x11/Makefile b/x11/Makefile
index 1aeba18cfd09..52bfcce2d143 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -1,3 +1,5 @@
+# $Id$
+#
SUBDIR= tk
.include <bsd.port.subdir.mk>