aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/sparc64/Makefile
blob: 6a81a0580d5f6480e87d6113b6958a84f188ef2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

.include <bsd.init.mk>

SUBDIR=	boot1 loader
.if ${MK_ZFS} != "no"
SUBDIR+=zfsboot zfsloader
.endif

.include <bsd.subdir.mk>