]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libopenbsd/Makefile
libevent: Import libevent 2.1.12
[FreeBSD/FreeBSD.git] / lib / libopenbsd / Makefile
1
2 PACKAGE=lib${LIB}
3 LIB=    openbsd
4 SRCS=   imsg-buffer.c \
5         imsg.c \
6         ohash.c
7 .if !defined(BOOTSTRAPPING)
8 # Skip getdtablecount.c when bootstrapping since it doesn't compile for Linux
9 # and is not used by any of the bootstrap tools
10 SRCS+=  getdtablecount.c
11 .endif
12
13 INTERNALLIB=
14
15 CFLAGS+= -I${.CURDIR}
16
17 WARNS?= 3
18
19 .include <bsd.lib.mk>