xref: /dragonfly/lib/libdmsg/Makefile (revision dda92f98)
1# libdmsg - hammer2 network cluster messaging library
2#
3LIB=	dmsg
4SRCS+=	debug.c subs.c crypto.c msg.c msg_lnk.c service.c
5
6CFLAGS+=	-pthread
7CFLAGS+=	-I${.CURDIR}/../../crypto/libressl/include
8
9INCS=	dmsg.h
10
11.PATH: ${.CURDIR}/../../sys/libkern
12SRCS+= icrc32.c
13
14.include <bsd.lib.mk>
15