]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/fifolog/lib/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>