summaryrefslogtreecommitdiff
path: root/sbin/scan_ffs/Makefile
blob: b97efad106e21b855208f7bf84441f2f96d53a22 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.2 1998/02/05 17:15:51 weingart Exp $

PROG=	scan_ffs
SRCS=	scan_ffs.c
DPADD=	${LIBUTIL}
LDADD=	-lutil

MAN=	scan_ffs.8

.include <bsd.prog.mk>