repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libusbhid: Remove some unneeded compat code.
[dragonfly.git]
/
lib
/
libdmsg
/
Makefile
blob
e8b0d48f56961295fe5843d2554326bcf4074c0c
1
# libdmsg - hammer2 network cluster messaging library
2
#
3
LIB
=
dmsg
4
SRCS
+=
icrc.c debug.c subs.c crypto.c msg.c msg_lnk.c service.c
5
6
CFLAGS
+= -
pthread
7
CFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
crypto
/
libressl
/
include
8
9
INCS
=
dmsg.h
10
11
.
include
<
bsd.lib.mk
>