diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-03-31 18:43:26 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-03-31 18:43:26 +0000 |
commit | 8627955efd7098c8e51a5b6fc68fcbe99ae5ddc0 (patch) | |
tree | 01de87f81b804f35b298578e2ad4e08f18eb9b9f /share/mk/bsd.port.mk | |
parent | dd4f309b031edd4a636bc82e426549d926e5dba5 (diff) |
include bsd.own.mk there (allows for PORTSDIR in /etc/mk.conf)
(This whole series of patches approved by millert@, btw)
Diffstat (limited to 'share/mk/bsd.port.mk')
-rw-r--r-- | share/mk/bsd.port.mk | 1 |
1 files changed, 1 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" |