minix/share/mk/minix.bootprog.mk

9 lines
159 B
Makefile
Raw Normal View History

# MINIX-specific boot program options
.include <bsd.own.mk>
.if ${OBJECT_FMT} == "ELF"
LDFLAGS+= -Wl,--section-start=.init=0x0
.endif
.include <bsd.prog.mk>