summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2000-03-31 18:43:26 +0000
committerMarc Espie <espie@cvs.openbsd.org>2000-03-31 18:43:26 +0000
commit8627955efd7098c8e51a5b6fc68fcbe99ae5ddc0 (patch)
tree01de87f81b804f35b298578e2ad4e08f18eb9b9f
parentdd4f309b031edd4a636bc82e426549d926e5dba5 (diff)
include bsd.own.mk there (allows for PORTSDIR in /etc/mk.conf)
(This whole series of patches approved by millert@, btw)
-rw-r--r--share/mk/bsd.port.mk1
-rw-r--r--share/mk/bsd.port.subdir.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index e2e492fb638..224d4e07854 100644
--- a/share/mk/bsd.port.mk
+++ b/share/mk/bsd.port.mk
@@ -1,3 +1,4 @@
+.include <bsd.own.mk>
PORTSDIR?= /usr/ports
.include "${PORTSDIR}/infrastructure/mk/bsd.port.mk"
diff --git a/share/mk/bsd.port.subdir.mk b/share/mk/bsd.port.subdir.mk
index eb88f94859c..28c93766847 100644
--- a/share/mk/bsd.port.subdir.mk
+++ b/share/mk/bsd.port.subdir.mk
@@ -1,3 +1,4 @@
+.include <bsd.own.mk>
PORTSDIR?= /usr/ports
.include "${PORTSDIR}/infrastructure/mk/bsd.port.subdir.mk"