1# $FreeBSD$ 2 3LIB= fifolog 4INTERNALLIB= # API not published or supported. 5 6SRCS= fifolog_int.c fifolog_create.c fifolog_write_poll.c fifolog_reader.c 7SRCS+= getdate.y 8 9CFLAGS+= -I${.CURDIR} 10 11.include <bsd.lib.mk> 12
1# $FreeBSD$ 2 3LIB= fifolog 4INTERNALLIB= # API not published or supported. 5 6SRCS= fifolog_int.c fifolog_create.c fifolog_write_poll.c fifolog_reader.c 7SRCS+= getdate.y 8 9CFLAGS+= -I${.CURDIR} 10 11.include <bsd.lib.mk> 12