1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/usr.sbin/fifolog/lib/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

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}