Initial import from FreeBSD RELENG_4:
[dragonfly.git] / sbin / ffsinfo / Makefile
1 # @(#)Makefile    8.8 (Berkeley) 6/21/2000
2 #
3 # $TSHeader: src/sbin/ffsinfo/Makefile,v 1.3 2000/12/05 19:45:10 tomsoft Exp $
4 # $FreeBSD: src/sbin/ffsinfo/Makefile,v 1.3.2.1 2001/07/16 15:01:56 tomsoft Exp $
5 #
6
7 MAINTAINER=     tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG
8
9 #CFLAGS+=${BDECFLAGS}
10  
11 PROG=   ffsinfo
12 SRCS=   ffsinfo.c debug.c
13 MAN=   ffsinfo.8
14  
15 GROWFS= ${.CURDIR}/../growfs
16 CFLAGS+=-DFS_DEBUG -I${GROWFS}
17 .PATH:  ${GROWFS}
18  
19 .include <bsd.prog.mk>