minix/servers/rs/Makefile
2010-12-10 09:27:56 +00:00

18 lines
302 B
Makefile

# Makefile for Reincarnation Server (RS)
.include <bsd.own.mk>
PROG= rs
SRCS= exec.c main.c request.c manager.c table.c utility.c memory.c error.c
DPADD+= ${LIBSYS} ${LIBEXEC}
LDADD+= -lsys -lexec
MAN=
BINDIR?= /usr/sbin
INSTALLFLAGS+= -S 8125k
CPPFLAGS+= -I${MINIXSRCDIR}
.include <bsd.prog.mk>