diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2008-04-10 14:02:00 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2008-04-10 14:02:00 +0000 |
commit | a1e0a00fd282d194858e57fb08d9efd4ed01102d (patch) | |
tree | 08171cd5f7f3cfcc90cd88fcd154a1b62c030992 /usr.sbin/fifolog/Makefile.inc | |
parent | 9f82379c24da01a791b10154df1948893d56c3c0 (diff) | |
download | src-test2-a1e0a00fd282d194858e57fb08d9efd4ed01102d.tar.gz src-test2-a1e0a00fd282d194858e57fb08d9efd4ed01102d.zip |
Notes
Diffstat (limited to 'usr.sbin/fifolog/Makefile.inc')
-rw-r--r-- | usr.sbin/fifolog/Makefile.inc | 11 |
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" |