diff options
-rw-r--r-- | usr.sbin/pwd_mkdb/Makefile | 6 |
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> |