xref: /freebsd/usr.sbin/fifolog/lib/Makefile (revision a1e0a00fd282d194858e57fb08d9efd4ed01102d)
1662cb04cSPoul-Henning Kamp# $FreeBSD$
2662cb04cSPoul-Henning Kamp
3662cb04cSPoul-Henning KampLIB=	fifolog
4a1e0a00fSRuslan ErmilovINTERNALLIB=	# API not published or supported.
5662cb04cSPoul-Henning Kamp
6a1e0a00fSRuslan ErmilovSRCS=	fifolog_int.c fifolog_create.c fifolog_write_poll.c fifolog_reader.c
7662cb04cSPoul-Henning KampSRCS+=	getdate.y
8662cb04cSPoul-Henning Kamp
9662cb04cSPoul-Henning KampCFLAGS+= -I${.CURDIR}
10662cb04cSPoul-Henning Kamp
11662cb04cSPoul-Henning Kamp.include <bsd.lib.mk>
12