summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/growfs/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile
index d982e5fbad5..c79287abb46 100644
--- a/sbin/growfs/Makefile
+++ b/sbin/growfs/Makefile
@@ -2,7 +2,7 @@
#
# $TSHeader: src/sbin/growfs/Makefile,v 1.4 2000/12/05 19:45:24 tomsoft Exp $
# $FreeBSD: src/sbin/growfs/Makefile,v 1.4 2001/12/04 02:19:47 obrien Exp $
-# $OpenBSD: Makefile,v 1.6 2007/07/09 16:54:16 millert Exp $
+# $OpenBSD: Makefile,v 1.7 2007/07/17 19:27:26 millert Exp $
#
PROG= growfs
@@ -10,9 +10,6 @@ SRCS= growfs.c
MAN= growfs.8
#CFLAGS+=-Wall
-.if (${MACHINE_ARCH} == "m68k")
-CFLAGS+= -fno-cse-skip-blocks
-.endif
DPADD= ${LIBUTIL}
LDADD= -lutil