diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | editors/Makefile | 2 | ||||
-rw-r--r-- | lang/Makefile | 2 | ||||
-rw-r--r-- | misc/Makefile | 5 | ||||
-rw-r--r-- | shells/Makefile | 2 | ||||
-rw-r--r-- | x11/Makefile | 2 |
6 files changed, 15 insertions, 0 deletions
@@ -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> |