mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
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
10 lines
96 B
Makefile
10 lines
96 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
PACKAGE= ufs
|
|
PROG= snapinfo
|
|
MAN= snapinfo.8
|
|
|
|
LIBADD= ufs
|
|
|
|
.include <bsd.prog.mk>
|