mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
13 lines
246 B
Makefile
13 lines
246 B
Makefile
|
|
LIB= fifolog
|
|
INTERNALLIB= # API not published or supported.
|
|
|
|
SRCS= fifolog_int.c fifolog_create.c fifolog_write_poll.c fifolog_reader.c
|
|
SRCS+= getdate.y
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
LIBADD= z
|
|
|
|
NO_WMISSING_VARIABLE_DECLARATIONS=
|
|
|
|
.include <bsd.lib.mk>
|