summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-08-22 11:26:08 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-08-22 11:26:08 +0000
commit742e6c4d2ab457b491e65af186996cc788c8b874 (patch)
treeb46a00d9f43c7d8352ca5f169ea0c23d59503c52
parentOk, now we warn if we're about to recreate the distfile from configured (diff)
Change ports Makefiles to use bsd.port.subdir.mk
Submitted by: jkh
Notes
Notes: svn path=/head/; revision=21
-rw-r--r--Makefile2
-rw-r--r--editors/Makefile2
-rw-r--r--lang/Makefile2
-rw-r--r--shells/Makefile2
-rw-r--r--x11/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index fb6ba03b6927..a81e4065ae76 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,3 @@
SUBDIR= editors lang shells x11
-.include <bsd.subdir.mk>
+.include <bsd.port.subdir.mk>
diff --git a/editors/Makefile b/editors/Makefile
index a60e67b3ae34..8a310fa86565 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -1,3 +1,3 @@
SUBDIR= jove emacs
-.include <bsd.subdir.mk>
+.include <bsd.port.subdir.mk>
diff --git a/lang/Makefile b/lang/Makefile
index 68e3aaf1c677..705955b26688 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,3 +1,3 @@
SUBDIR= tcl tclX
-.include <bsd.subdir.mk>
+.include <bsd.port.subdir.mk>
diff --git a/shells/Makefile b/shells/Makefile
index 40ce3dd7d4c2..35cbaaa1fb4e 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -1,3 +1,3 @@
SUBDIR= bash
-.include <bsd.subdir.mk>
+.include <bsd.port.subdir.mk>
diff --git a/x11/Makefile b/x11/Makefile
index 89d7b8753b52..1aeba18cfd09 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -1,3 +1,3 @@
SUBDIR= tk
-.include <bsd.subdir.mk>
+.include <bsd.port.subdir.mk>