3 # Makefile for Reincarnation Server (RS)
5 SRCS
= exec.c main.c request.c manager.c table.c utility.c error.c update.c
11 .if
${USE_PCI} != "no"
15 DPADD
+= ${LIBSYS} ${LIBEXEC}
18 CPPFLAGS
+= -I
${NETBSDSRCDIR}/minix
20 .
include <minix.service.mk
>