mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
662cb04c25
Quoth the man-page: Fifologs provide a compact round-robin circular storage for recording text and binary information to permanent storage in a bounded and pre- dictable fashion, time and space wise. Not yet connected to the build, but feel free to test & review.
18 lines
280 B
Makefile
18 lines
280 B
Makefile
# $FreeBSD$
|
|
|
|
LIB = fifolog
|
|
INTERNALLIB = API not published or supported.
|
|
|
|
SRCS += fifolog_int.c
|
|
SRCS += fifolog_create.c
|
|
SRCS += fifolog_write_poll.c
|
|
SRCS += fifolog_reader.c
|
|
SRCS += getdate.y
|
|
|
|
CFLAGS += -I${.CURDIR}
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
test:
|
|
echo ${HAS_EXPAND_NUMBER}
|