summaryrefslogtreecommitdiffstats
path: root/sbin/ffsinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/ffsinfo/Makefile')
-rw-r--r--sbin/ffsinfo/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/sbin/ffsinfo/Makefile b/sbin/ffsinfo/Makefile
index 5e6e8ed..9562f36 100644
--- a/sbin/ffsinfo/Makefile
+++ b/sbin/ffsinfo/Makefile
@@ -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>
OpenPOWER on IntegriCloud