minix/share/mk/minix.bootprog.mk

7 lines
130 B
Makefile
Raw Normal View History

# MINIX-specific boot program options
.include <bsd.own.mk>
LDFLAGS+= -Wl,--section-start=.init=0x0
2011-07-09 15:04:42 +02:00
.include <minix.service.mk>