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