minix/servers/rs/Makefile
Arun Thomas 93ae43f577 boot: Add multiboot support
Not yet fully spec-compliant; work in progress
2011-06-24 17:21:51 +02:00

16 lines
285 B
Makefile

# Makefile for Reincarnation Server (RS)
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 <minix.bootprog.mk>