summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/Makefile.bsd-wrapper
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-02-10 21:26:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-02-10 21:26:19 +0000
commit491db6f0c780dafc9b1fece5073158b4effe1f5f (patch)
tree9c0d3d9c14e3b586b6fcbb2ac398f856f01aefd6 /usr.sbin/bind/Makefile.bsd-wrapper
parentf80b4a38d8a176343fe45ed5a67dd9c5d543d4d7 (diff)
jakob promised bind9 would not break the tree. But noooo... another damn
workaround in the tree
Diffstat (limited to 'usr.sbin/bind/Makefile.bsd-wrapper')
-rw-r--r--usr.sbin/bind/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bind/Makefile.bsd-wrapper b/usr.sbin/bind/Makefile.bsd-wrapper
index 63efc1bee3a..7bad29d0d37 100644
--- a/usr.sbin/bind/Makefile.bsd-wrapper
+++ b/usr.sbin/bind/Makefile.bsd-wrapper
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2003/02/04 19:59:56 deraadt Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2003/02/10 21:26:18 deraadt Exp $
.include <bsd.own.mk>
-.if ${MACHINE_ARCH:Msparc64}
+.if ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "sparc"
CFLAGS+= -fno-stack-protector
.endif