mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
7 lines
101 B
Makefile
7 lines
101 B
Makefile
SUBDIR= boot0
|
|
|
|
.if ${OBJFORMAT} == elf
|
|
SUBDIR+= btx libi386 loader
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|