minix/servers/init/Makefile

14 lines
168 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
.include <bsd.prog.mk>