xref: /freebsd-14.2/lib/libopenbsd/Makefile (revision d0b2dbfa)
1a36eca08SCraig Rodrigues
2a70cba95SGlen BarberPACKAGE=lib${LIB}
3a36eca08SCraig RodriguesLIB=	openbsd
4abc73e04SAlex RichardsonSRCS=	imsg-buffer.c \
5649e1da3SCraig Rodrigues	imsg.c \
61bbc47cbSCraig Rodrigues	ohash.c
7abc73e04SAlex Richardson.if !defined(BOOTSTRAPPING)
8abc73e04SAlex Richardson# Skip getdtablecount.c when bootstrapping since it doesn't compile for Linux
9abc73e04SAlex Richardson# and is not used by any of the bootstrap tools
10abc73e04SAlex RichardsonSRCS+=	getdtablecount.c
11abc73e04SAlex Richardson.endif
12abc73e04SAlex Richardson
13a36eca08SCraig RodriguesINTERNALLIB=
14a36eca08SCraig Rodrigues
151bbc47cbSCraig RodriguesCFLAGS+= -I${.CURDIR}
161bbc47cbSCraig Rodrigues
17*ecebb3ccSKyle EvansWARNS?=	3
18a36eca08SCraig Rodrigues
19a36eca08SCraig Rodrigues.include <bsd.lib.mk>
20