summaryrefslogtreecommitdiffstats
path: root/lib/bind
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-10-24 15:46:50 +0000
committerru <ru@FreeBSD.org>2004-10-24 15:46:50 +0000
commit17f9167e245bcd9b241aaaefcf92c687d47cb5bc (patch)
treeb841c5dc676f9485276d590c762d0bdb7279f82d /lib/bind
parent5db2b9d5b3371f0f9ee8b69caba9e7c1e641877f (diff)
downloadFreeBSD-src-17f9167e245bcd9b241aaaefcf92c687d47cb5bc.zip
FreeBSD-src-17f9167e245bcd9b241aaaefcf92c687d47cb5bc.tar.gz
For variables that are only checked with defined(), don't provide
any fake value.
Diffstat (limited to 'lib/bind')
-rw-r--r--lib/bind/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bind/config.mk b/lib/bind/config.mk
index 77dbf36..1d9aacf 100644
--- a/lib/bind/config.mk
+++ b/lib/bind/config.mk
@@ -19,7 +19,7 @@ CFLAGS+= -DLIBAGE=${LIBAGE}
SHLIB_MAJOR= ${LIBINTERFACE}
SHLIB_MINOR= ${LIBINTERFACE}
.else
-INTERNALLIB= YES
+INTERNALLIB=
.endif
.endif
OpenPOWER on IntegriCloud