aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-08-11 14:50:49 +0000
committerWarner Losh <imp@FreeBSD.org>2014-08-11 14:50:49 +0000
commitdf3394b3de0c40cae69e46b795dc794db3a80c2e (patch)
tree9d88e8f28d5de749b45ce092697cd9a893979088 /sys/modules/netgraph
parentfd162ebf382f18579d97fab0c77e04f34c9e8dde (diff)
Notes
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/modules/netgraph/Makefile b/sys/modules/netgraph/Makefile
index cccbd656c151..c9b5748a7b4b 100644
--- a/sys/modules/netgraph/Makefile
+++ b/sys/modules/netgraph/Makefile
@@ -1,7 +1,8 @@
# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
# $FreeBSD$
-.include <src.opts.mk>
+SYSDIR?=${.CURDIR}/../..
+.include "${SYSDIR}/conf/kern.opts.mk"
SUBDIR= async \
atm \
@@ -57,7 +58,7 @@ SUBDIR= async \
_bluetooth= bluetooth
.endif
-.if ${MK_CRYPT} != "no" && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
+.if ${MK_CRYPT} != "no" && exists(${SYSDIR}/crypto/rc4/rc4.c)
_mppc= mppc
.endif