tar: use utime() to restore timestamps
[minix.git] / servers / rs / Makefile
blob7c41b2ee3aea59af064f51f928b2cfc89eafa2cf
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.bootprog.mk>