Remove building with NOCRYPTO option
[minix.git] / minix / servers / rs / Makefile
blob3edcb53f4b988e027f546b6ccf357d6d6356f950
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 error.c update.c
7 .if ${USE_PCI} != "no"
8 CPPFLAGS+= -DUSE_PCI
9 .endif
11 .if ${USE_PCI} != "no"
12 CPPFLAGS+= -DUSE_PCI
13 .endif
15 DPADD+= ${LIBSYS} ${LIBEXEC}
16 LDADD+= -lsys -lexec
18 CPPFLAGS+= -I${NETBSDSRCDIR}/minix
20 .include <minix.service.mk>