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