freebsd-src/sbin/zfsbootcfg/Makefile
Lexi Winter 74adb39cf2 zfsbootcfg(8), zpool_influxdb(8): move to the zfs package
These tools are only useful on a system running ZFS.

Reviewed by: imp, manu
Pull Request: https://github.com/freebsd/freebsd-src/pull/1175
2024-04-22 23:04:03 -06:00

8 lines
91 B
Makefile

PACKAGE=zfs
PROG= zfsbootcfg
MAN= zfsbootcfg.8
LIBADD+=zfsbootenv
.include <bsd.prog.mk>