aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fifolog/Makefile.inc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2008-04-10 14:02:00 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2008-04-10 14:02:00 +0000
commita1e0a00fd282d194858e57fb08d9efd4ed01102d (patch)
tree08171cd5f7f3cfcc90cd88fcd154a1b62c030992 /usr.sbin/fifolog/Makefile.inc
parent9f82379c24da01a791b10154df1948893d56c3c0 (diff)
downloadsrc-a1e0a00fd282d194858e57fb08d9efd4ed01102d.tar.gz
src-a1e0a00fd282d194858e57fb08d9efd4ed01102d.zip
Clean up makefiles and a manpage.
OK'ed by: phk
Notes
Notes: svn path=/head/; revision=178068
Diffstat (limited to 'usr.sbin/fifolog/Makefile.inc')
-rw-r--r--usr.sbin/fifolog/Makefile.inc11
1 files changed, 4 insertions, 7 deletions
diff --git a/usr.sbin/fifolog/Makefile.inc b/usr.sbin/fifolog/Makefile.inc
index f62f5895fc34..7fb2a9e805c0 100644
--- a/usr.sbin/fifolog/Makefile.inc
+++ b/usr.sbin/fifolog/Makefile.inc
@@ -1,13 +1,10 @@
# $FreeBSD$
-LIBFIFOLOG = ${.OBJDIR}/../lib/libfifolog.a
+LIBFIFOLOG= ${.OBJDIR}/../lib/libfifolog.a
+WARNS?= 6
-WARNS ?= 6
-
-# CFLAGS += -O0 -g
-
-# LINT = flint
-# LINTFLAGS = ${.CURDIR}/../flint.lnt -I/usr/include
+#LINT= flint
+#LINTFLAGS= ${.CURDIR}/../flint.lnt -I/usr/include
.include "../Makefile.inc"