xref: /dflybsd-src/lib/libdmsg/Makefile (revision 5114cf22cc364223c17a52e0cc3565d942d44a1a)
10c3a8cd0SMatthew Dillon# libdmsg - hammer2 network cluster messaging library
20c3a8cd0SMatthew Dillon#
30c3a8cd0SMatthew DillonLIB=	dmsg
4*5114cf22STomohiro KusumiSRCS+=	debug.c subs.c crypto.c msg.c msg_lnk.c service.c
50c3a8cd0SMatthew Dillon
60c3a8cd0SMatthew DillonCFLAGS+=	-pthread
782ae7067SJohn MarinoCFLAGS+=	-I${.CURDIR}/../../crypto/libressl/include
80c3a8cd0SMatthew Dillon
90c3a8cd0SMatthew DillonINCS=	dmsg.h
100c3a8cd0SMatthew Dillon
11*5114cf22STomohiro Kusumi.PATH: ${.CURDIR}/../../sys/libkern
12*5114cf22STomohiro KusumiSRCS+= icrc32.c
13*5114cf22STomohiro Kusumi
140c3a8cd0SMatthew Dillon.include <bsd.lib.mk>
15