diff options
author | des <des@FreeBSD.org> | 2013-09-30 17:23:45 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2013-09-30 17:23:45 +0000 |
commit | aa2e4b623cdc1d9d2b44a103d24ecb7e0c984de9 (patch) | |
tree | 1a2886b0de387ddff665d0e370f40ffc32778840 /usr.sbin/Makefile | |
parent | 9e2a5c1c0e7dbd2e8116aa8f1ce21759dec75295 (diff) | |
download | FreeBSD-src-aa2e4b623cdc1d9d2b44a103d24ecb7e0c984de9.zip FreeBSD-src-aa2e4b623cdc1d9d2b44a103d24ecb7e0c984de9.tar.gz |
Remove BIND.
Approved by: re (gjb)
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 102593b..ba44cd3 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -124,29 +124,6 @@ SUBDIR+= praudit SUBDIR+= authpf .endif -.if ${MK_BIND_DNSSEC} != "no" && ${MK_OPENSSL} != "no" -SUBDIR+= dnssec-dsfromkey -SUBDIR+= dnssec-keyfromlabel -SUBDIR+= dnssec-keygen -SUBDIR+= dnssec-revoke -SUBDIR+= dnssec-settime -SUBDIR+= dnssec-signzone -SUBDIR+= dnssec-verify -.endif -.if ${MK_BIND_NAMED} != "no" -SUBDIR+= arpaname -SUBDIR+= ddns-confgen -SUBDIR+= genrandom -SUBDIR+= isc-hmac-fixup -SUBDIR+= named -SUBDIR+= named-checkconf -SUBDIR+= named-checkzone -SUBDIR+= named-journalprint -SUBDIR+= nsec3hash -SUBDIR+= rndc -SUBDIR+= rndc-confgen -.endif - .if ${MK_BLUETOOTH} != "no" SUBDIR+= bluetooth .endif |