e2d065ce4258f0cd9ca24595dd3d6ba64773f02c
[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 # $DragonFly: src/sbin/ffsinfo/Makefile,v 1.4 2005/01/14 06:02:45 cpressey Exp $
6 #
7
8 #CFLAGS+=${BDECFLAGS}
9  
10 PROG=   ffsinfo
11 WARNS?= 6
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>