diff options
author | cube <cube> | 2003-11-12 05:25:45 +0000 |
---|---|---|
committer | cube <cube> | 2003-11-12 05:25:45 +0000 |
commit | d685366ecc0e92422e0ddfcc5f76409fdc15a58b (patch) | |
tree | ff3d7a74c02f0082302ca91db538cbdb1ae660aa | |
parent | 3f731891777fd92a496d407735b98ab856744e95 (diff) | |
download | pkgsrc-d685366ecc0e92422e0ddfcc5f76409fdc15a58b.tar.gz |
Use BSDSRCDIR to find kernel sources instead of simply /sys.
-rw-r--r-- | net/ppp-mppe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ppp-mppe/Makefile b/net/ppp-mppe/Makefile index 8d5cb07da02..623c8b80ba4 100644 --- a/net/ppp-mppe/Makefile +++ b/net/ppp-mppe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2003/11/12 05:19:40 cube Exp $ +# $NetBSD: Makefile,v 1.23 2003/11/12 05:25:45 cube Exp $ DISTNAME= ppp-2.3.9 PKGNAME= ppp-mppe-2.3.9 @@ -51,7 +51,7 @@ pre-install: pre-clean: cd ../../security/openssl && ${MAKE} clean -SYSDIR?= /sys +SYSDIR?= ${BSDSRCDIR}/sys MAKE_ENV+= SYSDIR="${SYSDIR}" # until PR 5377 is addressed, we need kernel src around to build lkm's |