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:
dmcmahill 2003-02-08 17:13:19 +00:00
parent 29e312f193
commit f54d4cbebf

View file

@ -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}"