mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-08 13:28:05 +00:00
91284f875f
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>
|