summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 6846b6e..0a2c32f 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -267,7 +267,7 @@ _syscons= syscons
_ufs= ufs
.endif
-.if !defined(NOCRYPT) || defined(ALL_MODULES)
+.if !defined(NO_CRYPT) || defined(ALL_MODULES)
.if exists(${.CURDIR}/../opencrypto)
_crypto= crypto
_cryptodev= cryptodev
OpenPOWER on IntegriCloud