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.
14 lines
189 B
Makefile
14 lines
189 B
Makefile
# $FreeBSD$
|
|
|
|
LIBFIFOLOG = ${.OBJDIR}/../lib/libfifolog.a
|
|
|
|
|
|
WARNS ?= 6
|
|
|
|
# CFLAGS += -O0 -g
|
|
|
|
# LINT = flint
|
|
# LINTFLAGS = ${.CURDIR}/../flint.lnt -I/usr/include
|
|
|
|
.include "../Makefile.inc"
|