1# $FreeBSD$
2
3NO_OBJ=t
4
5.include <bsd.init.mk>
6
7SUBDIR.yes=	boot1 loader
8SUBDIR.${MK_LOADER_ZFS}+=zfsboot
9
10.include <bsd.subdir.mk>
11