summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2003-02-28 19:43:21 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2003-02-28 19:43:21 +0000
commit5c8bbb9cde1291599de2d85a3b29d5b42f641f63 (patch)
tree5e126dc81b99454bea401adea8900bb9609f225f /usr.sbin
parent8f39f09e7c0db894f509f94f334d3b2771e3ee37 (diff)
no need to disable stack-protector on sparc and sparc64 any more.
deraadt@ ok.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bind/Makefile.bsd-wrapper6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/bind/Makefile.bsd-wrapper b/usr.sbin/bind/Makefile.bsd-wrapper
index 7bad29d0d37..5fde30344ff 100644
--- a/usr.sbin/bind/Makefile.bsd-wrapper
+++ b/usr.sbin/bind/Makefile.bsd-wrapper
@@ -1,11 +1,7 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2003/02/10 21:26:18 deraadt Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2003/02/28 19:43:20 art Exp $
.include <bsd.own.mk>
-.if ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "sparc"
-CFLAGS+= -fno-stack-protector
-.endif
-
XCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_OPTS= --prefix=/usr \
--localstatedir=/var \