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