Moved boot0cfg into IBM-PC only section (MACHINE=="i386").

Pointed out by:	nyan
This commit is contained in:
KATO Takenori 2000-09-10 15:33:07 +00:00
parent 2b3d792f0f
commit c79612098e

View File

@ -155,7 +155,6 @@ SUBDIR+=elf2exe
SUBDIR+=acpi \
apm \
apmd \
boot0cfg \
btxld \
i4b \
kgmon \
@ -171,7 +170,12 @@ SUBDIR+=acpi \
wlconfig
.endif
.if ${MACHINE} == "i386"
SUBDIR+=boot0cfg
.endif
.if ${MACHINE} == "pc98"
SUBDIR+=boot98cfg
.endif
.include <bsd.subdir.mk>