repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tar: use utime() to restore timestamps
[minix.git]
/
servers
/
rs
/
Makefile
blob
7c41b2ee3aea59af064f51f928b2cfc89eafa2cf
1
.
include
<
bsd.own.mk
>
2
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
6
7
.if
${
USE_PCI
} !=
"no"
8
CPPFLAGS
+= -
DUSE_PCI
9
.
endif
10
11
DPADD
+= ${
LIBSYS
} ${
LIBEXEC
}
12
LDADD
+= -
lsys
-
lexec
13
14
MAN
=
15
16
BINDIR?
= /
usr
/
sbin
17
18
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}
19
20
.
include
<
minix.bootprog.mk
>