From 264979c9d1dc6f5cacff8dc9ec89d787dfa80612 Mon Sep 17 00:00:00 2001 From: dougb Date: Sat, 16 Jul 2011 11:20:54 +0000 Subject: bmake and other updates necessary for the BIND 9.8.x upgrade. This includes a structural change regarding atomic ops. Previously they were enabled on all platforms unless we had knowledge that they did not work. However both work performed by marius@ on sparc64 and the fact that the 9.8.x branch is fussier in this area has demonstrated that this is not a safe approach. So I've modified a patch provided by marius to enable them for i386, amd64, and ia64 only. --- usr.sbin/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'usr.sbin/Makefile') diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index f448f03..ec69f60 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -120,13 +120,21 @@ SUBDIR+= authpf SUBDIR+= dnssec-dsfromkey SUBDIR+= dnssec-keyfromlabel SUBDIR+= dnssec-keygen +SUBDIR+= dnssec-revoke +SUBDIR+= dnssec-settime SUBDIR+= dnssec-signzone .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+= named.reload +SUBDIR+= nsec3hash SUBDIR+= rndc SUBDIR+= rndc-confgen .endif -- cgit v1.1