MFC 200872:
Don't build zfsboot, gptzfsboot, and zfsloader if WITHOUT_ZFS is enabled.
This commit is contained in:
parent
10dd6a21bc
commit
a1df60be38
@ -1,9 +1,15 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot zfsboot \
|
||||
gptzfsboot kgzldr libi386 libfirewire loader zfsloader
|
||||
.include <bsd.own.mk>
|
||||
|
||||
SUBDIR= mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot kgzldr \
|
||||
libi386 libfirewire loader
|
||||
|
||||
# special boot programs, 'self-extracting boot2+loader'
|
||||
SUBDIR+= pxeldr
|
||||
|
||||
.if ${MK_ZFS} != "no"
|
||||
SUBDIR+= zfsboot gptzfsboot zfsloader
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user