Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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.2 2003/06/17 04:27:32 dillon Exp $
6 #
7
8 MAINTAINER=     tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG
9
10 #CFLAGS+=${BDECFLAGS}
11  
12 PROG=   ffsinfo
13 SRCS=   ffsinfo.c debug.c
14 MAN=   ffsinfo.8
15  
16 GROWFS= ${.CURDIR}/../growfs
17 CFLAGS+=-DFS_DEBUG -I${GROWFS}
18 .PATH:  ${GROWFS}
19  
20 .include <bsd.prog.mk>