]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/fifolog/lib/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>