summaryrefslogtreecommitdiff
path: root/sbin/fsirand/Makefile
blob: 5f2446bb9e82e354e4c2f85fbb52d8ccf42d2537 (plain)
1
2
3
4
5
6
7
8
#	$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>