]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/fifolog/lib/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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
11 NO_WMISSING_VARIABLE_DECLARATIONS=
12
13 .include <bsd.lib.mk>