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