1
2LIB=	fifolog
3INTERNALLIB=	# API not published or supported.
4
5SRCS=	fifolog_int.c fifolog_create.c fifolog_write_poll.c fifolog_reader.c
6SRCS+=	getdate.y
7
8CFLAGS+= -I${.CURDIR}
9LIBADD=	z
10
11NO_WMISSING_VARIABLE_DECLARATIONS=
12
13.include <bsd.lib.mk>
14