summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2004-09-27 08:23:43 +0000
committerdougb <dougb@FreeBSD.org>2004-09-27 08:23:43 +0000
commitfc66d174a383a0c0a0c8f0e7efe382835938cf7a (patch)
treecd570faf07c6f7174e23a34c086fde3a26d11121 /usr.sbin/Makefile
parentd69dcb1c72e2198015f511d26e5edc1fc2acccbd (diff)
downloadFreeBSD-src-fc66d174a383a0c0a0c8f0e7efe382835938cf7a.zip
FreeBSD-src-fc66d174a383a0c0a0c8f0e7efe382835938cf7a.tar.gz
1. Add much finer granularity to the NO_BIND knobs with the addition of:
NO_BIND_DNSSEC, NO_BIND_ETC, NO_BIND_NAMED, and NO_BIND_UTILS. 2. Make creation of directories in /usr/include that are only needed in the WITH_BIND_LIBS case conditional. Reviewed by: ru, des
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index fc70d49..a976e53 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -193,10 +193,11 @@ _atm= atm
.endif
.if !defined(NO_BIND)
-.if !defined(NOCRYPT)
+.if !defined(NO_BIND_DNSSEC) && !defined(NOCRYPT)
_dnssec-keygen= dnssec-keygen
_dnssec-signzone= dnssec-signzone
.endif
+.if !defined(NO_BIND_NAMED)
_named= named
_named.reload= named.reload
_named-checkconf= named-checkconf
@@ -204,6 +205,7 @@ _named-checkzone= named-checkzone
_rndc= rndc
_rndc-confgen= rndc-confgen
.endif
+.endif
.if !defined(NO_BLUETOOTH)
_bluetooth= bluetooth
OpenPOWER on IntegriCloud