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
This commit is contained in:
parent
29e312f193
commit
f54d4cbebf
1 changed files with 3 additions and 1 deletions
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue