diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-23 10:20:29 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-23 10:20:29 +0000 |
commit | d960161e22f9b977056e7fec7ab6f173893c08e1 (patch) | |
tree | 9f7e1ca3d296c856c4d0b58a2972f8d83331f437 | |
parent | 955bad77975563572581b6c73b9375efe01f9e0e (diff) |
Notes
-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> |