summaryrefslogtreecommitdiffstats
path: root/sbin/ffsinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/ffsinfo/Makefile')
-rw-r--r--sbin/ffsinfo/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/sbin/ffsinfo/Makefile b/sbin/ffsinfo/Makefile
new file mode 100644
index 0000000..8098d89
--- /dev/null
+++ b/sbin/ffsinfo/Makefile
@@ -0,0 +1,19 @@
+# @(#)Makefile 8.8 (Berkeley) 6/21/2000
+#
+# $TSHeader: src/sbin/ffsinfo/Makefile,v 1.3 2000/12/05 19:45:10 tomsoft Exp $
+# $FreeBSD$
+#
+
+MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG
+
+#CFLAGS+=${BDECFLAGS}
+
+PROG= ffsinfo
+SRCS= ffsinfo.c debug.c
+MAN8= ffsinfo.8
+
+GROWFS= ${.CURDIR}/../growfs
+CFLAGS+=-DFS_DEBUG -I${GROWFS}
+.PATH: ${GROWFS}
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud