libm: Sync with FreeBSD (gains 6 long double functions)
[dragonfly.git] / lib / libdmsg / Makefile
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>