stand: Fix build after r330249
One does not simply convert to SUBDIR.yes in stand without making everything else in the affected files SUBDIR.yes -- there are better ways to do this.
This commit is contained in:
parent
27132543a0
commit
81fa17d177
@ -9,7 +9,7 @@ NO_OBJ=t
|
||||
.if ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500
|
||||
|
||||
SUBDIR.${MK_FDT}+= fdt
|
||||
SUBDIR+= libefi loader boot1
|
||||
SUBDIR.yes+= libefi loader boot1
|
||||
|
||||
.endif # ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500
|
||||
|
||||
|
@ -4,18 +4,18 @@ NO_OBJ=t
|
||||
|
||||
.include <bsd.init.mk>
|
||||
|
||||
SUBDIR= mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot \
|
||||
SUBDIR.yes= mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot \
|
||||
libi386
|
||||
|
||||
SUBDIR.${MK_LOADER_FIREWIRE}+= libfirewire
|
||||
|
||||
SUBDIR+= loader
|
||||
SUBDIR.yes+= loader
|
||||
|
||||
# special boot programs, 'self-extracting boot2+loader'
|
||||
SUBDIR+= pxeldr
|
||||
SUBDIR.yes+= pxeldr
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "i386"
|
||||
SUBDIR+= kgzldr
|
||||
SUBDIR.yes+= kgzldr
|
||||
.endif
|
||||
|
||||
SUBDIR.${MK_ZFS}+= zfsboot gptzfsboot zfsloader
|
||||
|
@ -4,7 +4,7 @@ NO_OBJ=t
|
||||
|
||||
.include <bsd.init.mk>
|
||||
|
||||
SUBDIR= boot1.chrp ofw uboot
|
||||
SUBDIR.yes= boot1.chrp ofw uboot
|
||||
SUBDIR.${MK_FDT}+= kboot
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -4,7 +4,7 @@ NO_OBJ=t
|
||||
|
||||
.include <bsd.init.mk>
|
||||
|
||||
SUBDIR= boot1 loader
|
||||
SUBDIR.yes= boot1 loader
|
||||
SUBDIR.${MK_ZFS}+=zfsboot zfsloader
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
.include <bsd.init.mk>
|
||||
|
||||
SUBDIR= lib
|
||||
SUBDIR.yes= lib
|
||||
|
||||
SUBDIR.${MK_FDT}+=fdt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user