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:
Kyle Evans 2018-03-01 21:46:01 +00:00
parent 27132543a0
commit 81fa17d177
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330250
5 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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>

View file

@ -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>

View file

@ -2,7 +2,7 @@
.include <bsd.init.mk>
SUBDIR= lib
SUBDIR.yes= lib
SUBDIR.${MK_FDT}+=fdt