summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fifolog/Makefile.inc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2008-03-09 19:14:36 +0000
committerphk <phk@FreeBSD.org>2008-03-09 19:14:36 +0000
commit329dcba2dfdf5d9e4878196bdfc8e7a951d13d22 (patch)
tree1ac353f6fcd504cada7e247a46746cb3f8bb97eb /usr.sbin/fifolog/Makefile.inc
parent7c7baa655e11f923a155a5367e5ec723ed0c117a (diff)
downloadFreeBSD-src-329dcba2dfdf5d9e4878196bdfc8e7a951d13d22.zip
FreeBSD-src-329dcba2dfdf5d9e4878196bdfc8e7a951d13d22.tar.gz
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.
Diffstat (limited to 'usr.sbin/fifolog/Makefile.inc')
-rw-r--r--usr.sbin/fifolog/Makefile.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/fifolog/Makefile.inc b/usr.sbin/fifolog/Makefile.inc
new file mode 100644
index 0000000..f62f589
--- /dev/null
+++ b/usr.sbin/fifolog/Makefile.inc
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+LIBFIFOLOG = ${.OBJDIR}/../lib/libfifolog.a
+
+
+WARNS ?= 6
+
+# CFLAGS += -O0 -g
+
+# LINT = flint
+# LINTFLAGS = ${.CURDIR}/../flint.lnt -I/usr/include
+
+.include "../Makefile.inc"
OpenPOWER on IntegriCloud