minix/servers/init/Makefile

16 lines
210 B
Makefile
Raw Normal View History

2005-04-21 16:53:53 +02:00
# Makefile for the init program (INIT)
PROG= init
SRCS= init.c
2005-04-21 16:53:53 +02:00
DPADD+= ${LIBSYS}
LDADD+= -lsys
2005-04-21 16:53:53 +02:00
MAN=
2005-04-21 16:53:53 +02:00
BINDIR?= /usr/sbin
INSTALLFLAGS+= -S 64k
CPPFLAGS+= -O -D_MINIX -D_POSIX_SOURCE
2005-04-21 16:53:53 +02:00
.include <minix.prog.mk>