summaryrefslogtreecommitdiffstats
path: root/lib/bind
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 /lib/bind
parentc1a820195c3f6961461d3e25ff7910f826995de9 (diff)
downloadFreeBSD-src-f4c44b761bde292694f67f1836472277a25fcb75.zip
FreeBSD-src-f4c44b761bde292694f67f1836472277a25fcb75.tar.gz
NOCRYPT -> NO_CRYPT
Diffstat (limited to 'lib/bind')
-rw-r--r--lib/bind/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bind/config.mk b/lib/bind/config.mk
index 970400b..70e60a6 100644
--- a/lib/bind/config.mk
+++ b/lib/bind/config.mk
@@ -34,7 +34,7 @@ CFLAGS+= -DWANT_IPV6
.endif
# Enable crypto if available
-.if !defined(NOCRYPT)
+.if !defined(NO_CRYPT)
CFLAGS+= -DOPENSSL
.endif
@@ -91,7 +91,7 @@ BIND_LDADD= ${BIND_DPADD}
.endif
# Link against crypto library
-.if !defined(NOCRYPT)
+.if !defined(NO_CRYPT)
CRYPTO_DPADD= ${LIBCRYPTO}
CRYPTO_LDADD= -lcrypto
.endif
OpenPOWER on IntegriCloud