# $FreeBSD$ GROWFS = ${BSDSRCTOP}/sbin/growfs .PATH: ${GROWFS} PROG = ffsinfo SRCS = \ debug.c \ ffsinfo.c WARNS ?= 0 CFLAGS += -DFS_DEBUG -I${GROWFS} LDADD = -lufs .include