1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/sbin/ffsinfo/Makefile
Johan Karlsson 72673aaaa2 Remove these MAINTAINER lines since the maintainers has had their
commit bits retired for safe keeping.
2004-04-01 20:31:49 +00:00

20 lines
351 B
Makefile

# @(#)Makefile 8.8 (Berkeley) 6/21/2000
#
# $TSHeader: src/sbin/ffsinfo/Makefile,v 1.3 2000/12/05 19:45:10 tomsoft Exp $
# $FreeBSD$
#
GROWFS= ${.CURDIR}/../growfs
.PATH: ${GROWFS}
PROG= ffsinfo
SRCS= ffsinfo.c debug.c
MAN= ffsinfo.8
WARNS?= 0
CFLAGS+=-DFS_DEBUG -I${GROWFS}
DPADD= ${LIBUFS}
LDADD= -lufs
.include <bsd.prog.mk>