summaryrefslogtreecommitdiff
path: root/sbin/growfs/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2007-07-09 11:14:51 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2007-07-09 11:14:51 +0000
commit9767e6e29faf1d116c1e2ec0eba2ad801827cbdd (patch)
tree3a0e9e0aa283cb478026d5bfb1820be1de6d5810 /sbin/growfs/Makefile
parent66c6e7bb3db8d0296910a89c81d81a720ea8c1a3 (diff)
remove -Wall
Diffstat (limited to 'sbin/growfs/Makefile')
-rw-r--r--sbin/growfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile
index 1e04649aea2..7b7faf3ce52 100644
--- a/sbin/growfs/Makefile
+++ b/sbin/growfs/Makefile
@@ -2,14 +2,14 @@
#
# $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.3 2003/10/26 21:39:21 tedu Exp $
+# $OpenBSD: Makefile,v 1.4 2007/07/09 11:14:50 millert Exp $
#
PROG= growfs
SRCS= growfs.c
MAN= growfs.8
-CFLAGS+=-Wall
+#CFLAGS+=-Wall
DPADD= ${LIBUTIL}
LDADD= -lutil