freebsd-skq/sys/boot/i386/Makefile
rnordier adfacacde6 Turn off the new /sys/boot stuff (except boot0) unless OBJFORMAT
is elf.  (The BTX client must be ELF, though it is packaged as a.out
for compatibility.)
1998-10-09 23:30:16 +00:00

8 lines
101 B
Makefile

SUBDIR= boot0
.if ${OBJFORMAT} == elf
SUBDIR+= btx libi386 loader
.endif
.include <bsd.subdir.mk>