diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-02-08 17:13:19 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-02-08 17:13:19 +0000 |
commit | f54d4cbebf158610237aecdb4d240dbb37a9e43f (patch) | |
tree | 0110048b5beb2d880a6522195644fe23b1f6e83c /net/ppp-mppe | |
parent | 29e312f193319e327839c53a20345c94ff6e73fb (diff) | |
download | pkgsrc-f54d4cbebf158610237aecdb4d240dbb37a9e43f.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/ppp-mppe')
-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}" |