summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-06-06 13:03:06 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-06-06 13:03:06 +0000
commitd83ec8230dbf61ed28420e2380c1be4605d2bf45 (patch)
treebf59abf37a2d5e5486445023d2221aa7e17794f9
parenta7dba0b5b0b2e64b3e416a13865113a658ca2368 (diff)
Completely forgot about that one (yep, it has been in my tree for a long
while).
-rw-r--r--usr.sbin/pwd_mkdb/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/pwd_mkdb/Makefile b/usr.sbin/pwd_mkdb/Makefile
index 73ce6caf1e7..c38a4da65b9 100644
--- a/usr.sbin/pwd_mkdb/Makefile
+++ b/usr.sbin/pwd_mkdb/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 1998/07/15 19:09:45 millert Exp $
+# $OpenBSD: Makefile,v 1.7 1999/06/06 13:03:05 espie Exp $
LDSTATIC= ${STATIC}
PROG= pwd_mkdb
@@ -6,4 +6,8 @@ MAN= pwd_mkdb.8
LDADD+= -lutil
DPADD+= ${LIBUTIL}
+.if (${MACHINE_ARCH} == "m68k")
+CFLAGS+=-O1
+.endif
+
.include <bsd.prog.mk>