adfacacde6
is elf. (The BTX client must be ELF, though it is packaged as a.out for compatibility.)
8 lines
101 B
Makefile
8 lines
101 B
Makefile
SUBDIR= boot0
|
|
|
|
.if ${OBJFORMAT} == elf
|
|
SUBDIR+= btx libi386 loader
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|