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/poll.h>
[minix3.git]
/
drivers
/
uds
/
Makefile
blob
8f339297d6a48746c3e57bf2e8f46eddc35df356
1
# Makefile for the UNIX Domain Sockets driver (UDS)
2
PROG
=
uds
3
SRCS
=
uds.c ioc_uds.c
4
5
DPADD
+= ${
LIBCHARDRIVER
} ${
LIBSYS
}
6
LDADD
+= -
lchardriver
-
lsys
7
8
MAN
=
9
10
BINDIR?
= /
usr
/
sbin
11
12
.
include
<
minix.service.mk
>