OpenBSD-4.6/sbin/fsirand/Makefile

#	$OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $

PROG=	fsirand
MAN=	fsirand.8
DPADD=	${LIBUTIL}
LDADD=	-lutil

.include <bsd.prog.mk>