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