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