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
96 B
Makefile
11 lines
96 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
PACKAGE= ufs
|
|
PROG= snapinfo
|
|
MAN= snapinfo.8
|
|
|
|
LIBADD= ufs
|
|
|
|
.include <bsd.prog.mk>
|