summaryrefslogtreecommitdiffstats
path: root/sbin/ffsinfo/Makefile
blob: 2857449f94bdba17da758d602d60745b6592f916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# @(#)Makefile    8.8 (Berkeley) 6/21/2000
#
# $TSHeader: src/sbin/ffsinfo/Makefile,v 1.3 2000/12/05 19:45:10 tomsoft Exp $
# $FreeBSD$
#

MAINTAINER=	tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG

#CFLAGS+=${BDECFLAGS}
 
PROG=   ffsinfo
SRCS=   ffsinfo.c debug.c
 
GROWFS= ${.CURDIR}/../growfs
CFLAGS+=-DFS_DEBUG -I${GROWFS}
.PATH:  ${GROWFS}
 
.include <bsd.prog.mk>               
OpenPOWER on IntegriCloud