summaryrefslogtreecommitdiff
path: root/usr.sbin/pwd_mkdb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pwd_mkdb/Makefile')
-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>