rs: stacktrace if system process exits early.
[minix.git] / servers / rs / Makefile
blob0eef8873373d356db3b0eea31b924769dbeec3d3
1 # Makefile for Reincarnation Server (RS)
2 .include <minix.own.mk>
4 PROG= rs
5 SRCS= exec.c main.c request.c manager.c table.c utility.c memory.c error.c
7 DPADD+= ${LIBSYS}
8 LDADD+= -lsys
10 MAN=
12 BINDIR?= /usr/sbin
13 INSTALLFLAGS+= -S 1050k
15 CPPFLAGS= -I${MINIXSRCDIR}
17 SUBDIR= service
19 .include <minix.prog.mk>
20 .include <minix.subdir.mk>