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