]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.sbin/fifolog/lib/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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 .include <bsd.lib.mk>