File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / scan_ffs / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 16:38:22 2012 UTC (12 years, 2 months ago) by misho
Branches: scan_ffs, MAIN
CVS tags: v1_2, HEAD
scan_ffs

#	$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>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>