summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/chkprintcap
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-06-11 03:53:23 +0000
committerjb <jb@FreeBSD.org>1998-06-11 03:53:23 +0000
commit27f4579e07a7301605c25c41fa447b7e2ad31438 (patch)
tree73a9792c747e2adc00d12c7aec25bbb238bef49d /usr.sbin/lpr/chkprintcap
parent8181ce88bf36a2a71b0a907075ce2538671a019c (diff)
downloadFreeBSD-src-27f4579e07a7301605c25c41fa447b7e2ad31438.zip
FreeBSD-src-27f4579e07a7301605c25c41fa447b7e2ad31438.tar.gz
Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spits
warnings from unused static inline functions in headers if you happen to set CFLAGS without -O.
Diffstat (limited to 'usr.sbin/lpr/chkprintcap')
-rw-r--r--usr.sbin/lpr/chkprintcap/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/lpr/chkprintcap/Makefile b/usr.sbin/lpr/chkprintcap/Makefile
index dd8d8e6..54ad387 100644
--- a/usr.sbin/lpr/chkprintcap/Makefile
+++ b/usr.sbin/lpr/chkprintcap/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1998/03/07 09:47:55 bde Exp $
+# $Id: Makefile,v 1.4 1998/05/13 06:50:09 jb Exp $
PROG= chkprintcap
MAN8= chkprintcap.8
@@ -7,8 +7,4 @@ CFLAGS+=-I${.CURDIR}/../common_source -Wall
DPADD= ${LIBLPR}
LDADD= ${LIBLPR}
-.if ${MACHINE_ARCH} == "i386"
-CFLAGS+= -Werror
-.endif
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud