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