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