1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/usr.sbin/fifolog/Makefile
Poul-Henning Kamp 662cb04c25 Add the fifolog tools to FreeBSD.
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.
2008-03-09 19:14:36 +00:00

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