summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/chkprintcap
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1998-09-11 18:49:33 +0000
committerwollman <wollman@FreeBSD.org>1998-09-11 18:49:33 +0000
commitaac5469d30c451307f3e3a8b2356165d289e444a (patch)
tree1b213289729f05f466126dd9e293923a84a7f250 /usr.sbin/lpr/chkprintcap
parent37d2c8c237e33bd1be4f6e346e9d1e928b9bfd19 (diff)
downloadFreeBSD-src-aac5469d30c451307f3e3a8b2356165d289e444a.zip
FreeBSD-src-aac5469d30c451307f3e3a8b2356165d289e444a.tar.gz
Fix additional warnings. Remove -Werror, since some people have complained
about it. PR: 7886 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de> (partially)
Diffstat (limited to 'usr.sbin/lpr/chkprintcap')
-rw-r--r--usr.sbin/lpr/chkprintcap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/lpr/chkprintcap/Makefile b/usr.sbin/lpr/chkprintcap/Makefile
index 54ad387..25d4775 100644
--- a/usr.sbin/lpr/chkprintcap/Makefile
+++ b/usr.sbin/lpr/chkprintcap/Makefile
@@ -1,8 +1,8 @@
-# $Id: Makefile,v 1.4 1998/05/13 06:50:09 jb Exp $
+# $Id: Makefile,v 1.5 1998/06/11 03:51:34 jb Exp $
PROG= chkprintcap
MAN8= chkprintcap.8
-CFLAGS+=-I${.CURDIR}/../common_source -Wall
+CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS}
.PATH: ${.CURDIR}/../common_source
DPADD= ${LIBLPR}
LDADD= ${LIBLPR}
OpenPOWER on IntegriCloud