]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sbin/ffsinfo/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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$
5 #
6
7 GROWFS= ${.CURDIR}/../growfs
8 .PATH: ${GROWFS}
9
10 PROG=   ffsinfo
11 SRCS=   ffsinfo.c debug.c
12 MAN=    ffsinfo.8
13
14 WARNS?= 1
15 CFLAGS+=-DFS_DEBUG -I${GROWFS}
16 DPADD=  ${LIBUFS}
17 LDADD=  -lufs
18  
19 .include <bsd.prog.mk>