xref: /freebsd/sbin/fsirand/Makefile (revision 09a53ad8f1318c5daae6cfb19d97f4f6459f0013)
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