]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/fifolog/lib/Makefile
MFhead@r291879
[FreeBSD/FreeBSD.git] / usr.sbin / fifolog / lib / Makefile
1 # $FreeBSD$
2
3 LIB=    fifolog
4 INTERNALLIB=    # API not published or supported.
5
6 SRCS=   fifolog_int.c fifolog_create.c fifolog_write_poll.c fifolog_reader.c
7 SRCS+=  getdate.y
8
9 CFLAGS+= -I${.CURDIR}
10 LIBADD= z
11
12 NO_WMISSING_VARIABLE_DECLARATIONS=
13
14 .include <bsd.lib.mk>