summaryrefslogtreecommitdiffstats
path: root/sbin/ffsinfo/Makefile
diff options
context:
space:
mode:
authortomsoft <tomsoft@FreeBSD.org>2000-12-09 15:27:35 +0000
committertomsoft <tomsoft@FreeBSD.org>2000-12-09 15:27:35 +0000
commita11b7b009aa17eb8aaa1250f191e5fa0f9ee880e (patch)
tree49941b9fe788fe17d4b570f5200728f318545895 /sbin/ffsinfo/Makefile
parent861f7be1085c61e97f6164d6bd4ffe5555b64d57 (diff)
downloadFreeBSD-src-a11b7b009aa17eb8aaa1250f191e5fa0f9ee880e.zip
FreeBSD-src-a11b7b009aa17eb8aaa1250f191e5fa0f9ee880e.tar.gz
added growfs(8) including ffsinfo(8) to the freebsd base system
Reviewed by: grog
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