summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pwd_mkdb
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2012-11-02 21:53:16 +0000
committermiod <miod@openbsd.org>2012-11-02 21:53:16 +0000
commit7f2b038530c643b0485d1e49bc701c4e5e7b6263 (patch)
tree96cc98b671c91d5836f3caab76e67f2e3bdc9823 /usr.sbin/pwd_mkdb
parentAvoid some misaligned access on sparc64 (at least) by bcopy()'ing (diff)
downloadwireguard-openbsd-7f2b038530c643b0485d1e49bc701c4e5e7b6263.tar.xz
wireguard-openbsd-7f2b038530c643b0485d1e49bc701c4e5e7b6263.zip
Remove 13 years old compiler bug workaround on m68k. Apparently fixed or swept
under the rug as part of the bunch of compiler fixes in the last 10+ years. No objection from espie@ (who doesn't remember exactly what the issue used to be)
Diffstat (limited to 'usr.sbin/pwd_mkdb')
-rw-r--r--usr.sbin/pwd_mkdb/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/pwd_mkdb/Makefile b/usr.sbin/pwd_mkdb/Makefile
index 4c324f51da5..a711ed93bf6 100644
--- a/usr.sbin/pwd_mkdb/Makefile
+++ b/usr.sbin/pwd_mkdb/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2002/06/27 20:01:59 art Exp $
+# $OpenBSD: Makefile,v 1.9 2012/11/02 21:53:16 miod Exp $
# static because it's used by the boot floppy through a chroot.
@@ -8,8 +8,4 @@ MAN= pwd_mkdb.8
LDADD+= -lutil
DPADD+= ${LIBUTIL}
-.if (${MACHINE_ARCH} == "m68k")
-CFLAGS+=-O1
-.endif
-
.include <bsd.prog.mk>