freebsd-nq/sys/boot/common/Makefile

11 lines
123 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <src.opts.mk>
MAN+= loader.8
.if ${MK_ZFS} != "no"
MAN+= zfsloader.8
.endif
.include <bsd.prog.mk>