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
drm: Sync drm_gem_close_ioctl() with Linux 3.14
[dragonfly.git]
/
lib
/
libdmsg
/
Makefile
blob
8515fd97eababf59d9b4a2213276c43d047a2302
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
8
INCS
=
dmsg.h
9
10
.
include
<
bsd.lib.mk
>