A cvsup file that pulls the "checked out" version of source. I'm referencing
[dragonfly.git] / sbin / ffsinfo / Makefile
blob3e7fb611e14dc594d0c760204c3e3a33392a4752
1 # @(#)Makefile 8.8 (Berkeley) 6/21/2000
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.3 2004/01/31 06:56:40 dillon Exp $
8 #CFLAGS+=${BDECFLAGS}
10 PROG= ffsinfo
11 SRCS= ffsinfo.c debug.c
12 MAN= ffsinfo.8
14 GROWFS= ${.CURDIR}/../growfs
15 CFLAGS+=-DFS_DEBUG -I${GROWFS}
16 .PATH: ${GROWFS}
18 .include <bsd.prog.mk>