diff options
| -rw-r--r-- | sbin/newfs/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile index d6a96214689..a0efe0aac9b 100644 --- a/sbin/newfs/Makefile +++ b/sbin/newfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2003/03/22 19:09:39 jdolecek Exp $ +# $NetBSD: Makefile,v 1.27 2003/10/26 16:30:25 mycroft Exp $ # @(#)Makefile 8.2 (Berkeley) 3/27/94 .include <bsd.own.mk> @@ -19,10 +19,3 @@ LINKS= ${BINDIR}/newfs ${BINDIR}/mount_mfs MLINKS= mount_mfs.8 mfs.8 .include <bsd.prog.mk> - -.if (${MACHINE_ARCH} == "alpha") -# -# XXX gcc 2.95.3 with -O2 (the default) generates a non-functional newfs -# -CFLAGS+= -O1 -.endif |
