summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/netgraph/Makefile')
-rw-r--r--sys/modules/netgraph/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/netgraph/Makefile b/sys/modules/netgraph/Makefile
index b68cdff..ac4eb39 100644
--- a/sys/modules/netgraph/Makefile
+++ b/sys/modules/netgraph/Makefile
@@ -45,7 +45,7 @@ SUBDIR= async \
_bluetooth= bluetooth
.endif
-.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
+.if !defined(NO_CRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
_mppc= mppc
.endif
OpenPOWER on IntegriCloud