diff options
author | 1999-06-06 13:03:05 +0000 | |
---|---|---|
committer | 1999-06-06 13:03:05 +0000 | |
commit | 49eaa47419578c44af48db971a3fc6a284e491cb (patch) | |
tree | 874f9cb6fd2e1b9ddc07c32eedb9bcc68bcbbcab | |
parent | typo (diff) | |
download | wireguard-openbsd-49eaa47419578c44af48db971a3fc6a284e491cb.tar.xz wireguard-openbsd-49eaa47419578c44af48db971a3fc6a284e491cb.zip |
Completely forgot about that one (yep, it has been in my tree for a long
while).
-rw-r--r-- | usr.sbin/pwd_mkdb/Makefile | 6 |
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> |