diff options
author | dmcmahill <dmcmahill> | 2003-02-08 17:13:19 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2003-02-08 17:13:19 +0000 |
commit | a8dcbad64de2b94f027b2bfc227588d0651d0835 (patch) | |
tree | 0110048b5beb2d880a6522195644fe23b1f6e83c /net | |
parent | 8abdf83902100fe61df132029a8ac5946fd49458 (diff) | |
download | pkgsrc-a8dcbad64de2b94f027b2bfc227588d0651d0835.tar.gz |
include bsd.prefs.mk so that the pre-build test for kernel sources
actually works right when SYSDIR is set to something other than
/sys
Diffstat (limited to 'net')
-rw-r--r-- | net/ppp-mppe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ppp-mppe/Makefile b/net/ppp-mppe/Makefile index 3c891f01cc5..54e9093f574 100644 --- a/net/ppp-mppe/Makefile +++ b/net/ppp-mppe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/08/10 17:34:42 kim Exp $ +# $NetBSD: Makefile,v 1.16 2003/02/08 17:13:19 dmcmahill Exp $ DISTNAME= ppp-2.3.9 PKGNAME= ppp-mppe-2.3.9 @@ -44,6 +44,8 @@ pre-install: pre-clean: cd ../../security/openssl && ${MAKE} clean +.include "../../mk/bsd.prefs.mk" + SYSDIR?= /sys MAKE_ENV+= SYSDIR="${SYSDIR}" |