aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/chkprintcap
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-06-11 03:53:23 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-06-11 03:53:23 +0000
commit0793ce314a3115e950fe4d9f6f7033526cb50a12 (patch)
treeb93f3a7d6b782fbd94aa1b93fbe33b31d3db932f /usr.sbin/lpr/chkprintcap
parentabf0f067cfd729bb7ce12a673a55df3cd4303109 (diff)
downloadsrc-0793ce314a3115e950fe4d9f6f7033526cb50a12.tar.gz
src-0793ce314a3115e950fe4d9f6f7033526cb50a12.zip
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.
Notes
Notes: svn path=/head/; revision=36881
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 dd8d8e64bc23..54ad38718085 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>