minix/servers/init/Makefile
2012-02-16 23:26:38 +01:00

14 lines
177 B
Makefile

# Makefile for the init program (INIT)
.include <bsd.own.mk>
PROG= init
SRCS= init.c
MAN=
BINDIR?= /usr/sbin
LDFLAGS+= -Wl,--section-start=.init=0x0
.include <bsd.prog.mk>