include bsd.own.mk there (allows for PORTSDIR in /etc/mk.conf)
authorespie <espie@openbsd.org>
Fri, 31 Mar 2000 18:43:25 +0000 (18:43 +0000)
committerespie <espie@openbsd.org>
Fri, 31 Mar 2000 18:43:25 +0000 (18:43 +0000)
(This whole series of patches approved by millert@, btw)

share/mk/bsd.port.mk
share/mk/bsd.port.subdir.mk

index e2e492f..224d4e0 100644 (file)
@@ -1,3 +1,4 @@
+.include <bsd.own.mk>
 PORTSDIR?=     /usr/ports
 .include       "${PORTSDIR}/infrastructure/mk/bsd.port.mk"
 
index eb88f94..28c9376 100644 (file)
@@ -1,3 +1,4 @@
+.include <bsd.own.mk>
 PORTSDIR?=     /usr/ports
 .include       "${PORTSDIR}/infrastructure/mk/bsd.port.subdir.mk"