freebsd-dev/usr.sbin/fifolog/Makefile.inc
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

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"