minix/servers/init/Makefile
Arun Thomas 436d6012a3 Convert drivers/ and servers/ over to bsdmake
-Move libdriver to lib/
-Install all boot image services on filesystem to aid restartability
2010-03-22 21:25:22 +00:00

15 lines
188 B
Makefile

# Makefile for the init program (INIT)
PROG= init
SRCS= init.c
DPADD+= ${LIBSYS}
LDADD+= -lsys
MAN=
BINDIR?= /usr/sbin
CPPFLAGS+= -O -D_MINIX -D_POSIX_SOURCE
.include <minix.prog.mk>