a7ffc94849
It's not really useful in a jail or in a mdroot or even if a users wants to do a full zfs machine. Reviewed by: mckusick Differential Revision: https://reviews.freebsd.org/D36227
11 lines
161 B
Makefile
11 lines
161 B
Makefile
# $OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $
|
|
# $FreeBSD$
|
|
|
|
PACKAGE=ufs
|
|
PROG= fsirand
|
|
MAN= fsirand.8
|
|
LIBADD= ufs
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|