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
<sys/socket.h>: turn off MSG_NOSIGNAL
[minix3.git]
/
test
/
ds
/
Makefile
blob
2ecd7e3c0777da9c8290f312dc31d3e024cd0773
1
# Makefile for DS tests
2
PROG
=
dstest subs
3
SRCS.dstest
=
dstest.c
4
SRCS.subs
=
subs.c
5
6
DPADD
+= ${
LIBSYS
}
7
LDADD
+= -
lsys
8
9
MAN
=
10
11
BINDIR?
= /
usr
/
sbin
12
13
.
include
"Makefile.inc"
14
.
include
<
minix.service.mk
>