mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +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.
11 lines
149 B
Makefile
11 lines
149 B
Makefile
# $FreeBSD$
|
|
|
|
VERSION_MAJOR = 1
|
|
VERSION_MINOR = 1
|
|
|
|
SUBDIR = lib fifolog_create fifolog_writer fifolog_reader
|
|
|
|
.include <bsd.subdir.mk>
|
|
|
|
test: _SUBDIR
|