make vfs & filesystems use failable copying
[minix3.git] / servers / rs / Makefile
blobfc6804dbf96f1a81edc81543a986d8548256470b
1 .include <bsd.own.mk>
3 # Makefile for Reincarnation Server (RS)
4 PROG= rs
5 SRCS= exec.c main.c request.c manager.c table.c utility.c memory.c error.c
7 .if ${USE_PCI} != "no"
8 CPPFLAGS+= -DUSE_PCI
9 .endif
11 DPADD+= ${LIBSYS} ${LIBEXEC}
12 LDADD+= -lsys -lexec
14 MAN=
16 BINDIR?= /usr/sbin
18 CPPFLAGS+= -I${NETBSDSRCDIR}
20 .include <minix.service.mk>