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