diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-07-09 11:14:51 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-07-09 11:14:51 +0000 |
commit | 9767e6e29faf1d116c1e2ec0eba2ad801827cbdd (patch) | |
tree | 3a0e9e0aa283cb478026d5bfb1820be1de6d5810 | |
parent | 66c6e7bb3db8d0296910a89c81d81a720ea8c1a3 (diff) |
remove -Wall
-rw-r--r-- | sbin/growfs/Makefile | 4 |
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 |