usched: Allow process to change self cpu affinity
[dragonfly.git] / lib / libdmsg / Makefile
blobe8b0d48f56961295fe5843d2554326bcf4074c0c
1 # libdmsg - hammer2 network cluster messaging library
3 LIB= dmsg
4 SRCS+= icrc.c debug.c subs.c crypto.c msg.c msg_lnk.c service.c
6 CFLAGS+= -pthread
7 CFLAGS+= -I${.CURDIR}/../../crypto/libressl/include
9 INCS= dmsg.h
11 .include <bsd.lib.mk>