summaryrefslogtreecommitdiffstats
path: root/sbin/growfs
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-11 23:24:31 +0000
committerobrien <obrien@FreeBSD.org>2003-06-11 23:24:31 +0000
commit5796c98c6a9e13e827df10c77c3110316f43e75c (patch)
treec797eda3c1d10f405baca9a22e5252f3d3b53023 /sbin/growfs
parent2c34f90a925dbafca08470ea56d82782e748c5c9 (diff)
downloadFreeBSD-src-5796c98c6a9e13e827df10c77c3110316f43e75c.zip
FreeBSD-src-5796c98c6a9e13e827df10c77c3110316f43e75c.tar.gz
style clean.
Diffstat (limited to 'sbin/growfs')
-rw-r--r--sbin/growfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile
index 5cb76a7..b89c200 100644
--- a/sbin/growfs/Makefile
+++ b/sbin/growfs/Makefile
@@ -7,16 +7,16 @@
MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG
#GFSDBG=YES
-#CFLAGS+=${BDECFLAGS}
PROG= growfs
SRCS= growfs.c
MAN= growfs.8
+WARNS?= 0
+
.if defined(GFSDBG)
SRCS+= debug.c
CFLAGS+=-DFS_DEBUG
.endif
-WARNS= 0
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud