aboutsummaryrefslogtreecommitdiff
path: root/lib/bind
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2007-06-05 22:17:16 +0000
committerDoug Barton <dougb@FreeBSD.org>2007-06-05 22:17:16 +0000
commit34a1405271c51d661671fee659266a0ebf6fcc24 (patch)
treecf2e29c9b09cfbe7819f81116f0268d03a9bca94 /lib/bind
parentee71135ecde4d17476e46218c23156b5d7a1df02 (diff)
Notes
Diffstat (limited to 'lib/bind')
-rw-r--r--lib/bind/config.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bind/config.mk b/lib/bind/config.mk
index a2ed50493cf6c..edbb489f5c7fc 100644
--- a/lib/bind/config.mk
+++ b/lib/bind/config.mk
@@ -65,8 +65,6 @@ CFLAGS+= -I${LIB_BIND_DIR}
# Use the right version of the atomic.h file from lib/isc
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
ISC_ATOMIC_ARCH= x86_32
-.elif ${MACHINE_ARCH} == "arm"
-ISC_ATOMIC_ARCH= noatomic
.else
ISC_ATOMIC_ARCH= ${MACHINE_ARCH}
.endif