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
kernel: fix sanity check
[minix.git]
/
servers
/
ds
/
Makefile
blob
a7449af03b583b938e15cae9d90c1d4dac1b3fb5
1
# Makefile for Data Store Server (DS)
2
PROG
=
ds
3
SRCS
=
main.c store.c
4
5
DPADD
+= ${
LIBSYS
}
6
LDADD
+= -
lsys
7
8
MAN
=
9
10
BINDIR?
= /
usr
/
sbin
11
12
.
include
<
minix.bootprog.mk
>