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]
/
drivers
/
readclock
/
Makefile
blob
1d2f731710d142d98cac70aca9cf79c077d958fa
1
# Makefile for readclock 'driver'
2
PROG
=
readclock.drv
3
4
.
include
"arch/${MACHINE_ARCH}/Makefile.inc"
5
6
SRCS
+=
readclock.c forward.c forward.h
7
8
DPADD
+= ${
LIBSYS
} ${
LIBTIMERS
}
9
LDADD
+= -
lsys
-
ltimers
10
11
MAN
=
12
13
BINDIR?
= /
sbin
14
15
CPPFLAGS
+= -
D_SYSTEM
=
1
-
I
${
.CURDIR
}
16
17
.
include
<
minix.service.mk
>