xref: /freebsd/usr.sbin/fifolog/lib/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1662cb04cSPoul-Henning KampLIB=	fifolog
2a1e0a00fSRuslan ErmilovINTERNALLIB=	# API not published or supported.
3662cb04cSPoul-Henning Kamp
4a1e0a00fSRuslan ErmilovSRCS=	fifolog_int.c fifolog_create.c fifolog_write_poll.c fifolog_reader.c
5662cb04cSPoul-Henning KampSRCS+=	getdate.y
6662cb04cSPoul-Henning Kamp
7662cb04cSPoul-Henning KampCFLAGS+= -I${.CURDIR}
8*7aab86d5SBryan DreweryLIBADD=	z
9662cb04cSPoul-Henning Kamp
107e659f94SEd SchoutenNO_WMISSING_VARIABLE_DECLARATIONS=
117e659f94SEd Schouten
12662cb04cSPoul-Henning Kamp.include <bsd.lib.mk>
13