style clean.

This commit is contained in:
David E. O'Brien 2003-06-11 23:24:31 +00:00
parent 5ea728feec
commit ebc82d5522
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116224
2 changed files with 9 additions and 11 deletions

View File

@ -6,16 +6,14 @@
MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG
#CFLAGS+=${BDECFLAGS}
PROG= ffsinfo
SRCS= ffsinfo.c debug.c
MAN= ffsinfo.8
GROWFS= ${.CURDIR}/../growfs
CFLAGS+=-DFS_DEBUG -I${GROWFS}
WARNS= 0
.PATH: ${GROWFS}
.PATH: ${GROWFS}
PROG= ffsinfo
SRCS= ffsinfo.c debug.c
MAN= ffsinfo.8
WARNS?= 0
CFLAGS+=-DFS_DEBUG -I${GROWFS}
.include <bsd.prog.mk>

View File

@ -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>