summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 10:16:04 +0000
committerru <ru@FreeBSD.org>2004-12-21 10:16:04 +0000
commitf4c44b761bde292694f67f1836472277a25fcb75 (patch)
tree39f12b382ddd99639a5d2e7415eefaadf4ff8ef9 /usr.sbin/Makefile
parentc1a820195c3f6961461d3e25ff7910f826995de9 (diff)
downloadFreeBSD-src-f4c44b761bde292694f67f1836472277a25fcb75.zip
FreeBSD-src-f4c44b761bde292694f67f1836472277a25fcb75.tar.gz
NOCRYPT -> NO_CRYPT
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 39ab303..162fb97 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -193,7 +193,7 @@ _atm= atm
.endif
.if !defined(NO_BIND)
-.if !defined(NO_BIND_DNSSEC) && !defined(NOCRYPT)
+.if !defined(NO_BIND_DNSSEC) && !defined(NO_CRYPT)
_dnssec-keygen= dnssec-keygen
_dnssec-signzone= dnssec-signzone
.endif
@@ -211,7 +211,7 @@ _rndc-confgen= rndc-confgen
_bluetooth= bluetooth
.endif
-.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
+.if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
_keyserv= keyserv
.endif
OpenPOWER on IntegriCloud