1# $FreeBSD$ 2 3.include <bsd.init.mk> 4 5MAN+= loader.8 6.if ${MK_ZFS} != "no" 7MAN+= zfsloader.8 8.endif 9 10.include <bsd.prog.mk> 11