minix/share/mk/minix.bootprog.mk

9 lines
164 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
2011-07-09 15:04:42 +02:00
.include <minix.service.mk>