xref: /freebsd/sbin/fsirand/Makefile (revision 370e009188ba90c3290b1479aa06ec98b66e140a)
1#	$OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $
2# $FreeBSD$
3
4PACKAGE=ufs
5PROG=	fsirand
6MAN=	fsirand.8
7LIBADD=	ufs
8WARNS?=	3
9
10.include <bsd.prog.mk>
11