mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 09:13:37 +01:00
74adb39cf2
These tools are only useful on a system running ZFS. Reviewed by: imp, manu Pull Request: https://github.com/freebsd/freebsd-src/pull/1175
8 lines
91 B
Makefile
8 lines
91 B
Makefile
PACKAGE=zfs
|
|
PROG= zfsbootcfg
|
|
MAN= zfsbootcfg.8
|
|
|
|
LIBADD+=zfsbootenv
|
|
|
|
.include <bsd.prog.mk>
|