mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't build zfsboot, gptzfsboot, and zfsloader if WITHOUT_ZFS is enabled.
MFC after: 1 week
This commit is contained in:
parent
aa16623133
commit
b677f368bb
1 changed files with 8 additions and 2 deletions
|
|
@ -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 a new issue