mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01: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>
|