repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
minix
/
servers
/
ds
/
Makefile
blob
6619f54487d87c642e32b7c85d67e304aa93d25e
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
.
include
<
minix.service.mk
>