summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/chkprintcap/Makefile
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2001-12-15 23:35:55 +0000
committergad <gad@FreeBSD.org>2001-12-15 23:35:55 +0000
commit6737fb8eb7995cece80033a2749d722fd86e8038 (patch)
treee5978492b8d3ae7db71c8361bbf343f0366234c3 /usr.sbin/lpr/chkprintcap/Makefile
parent4a701250c9358a111bea01af77e054a2f83e3d92 (diff)
downloadFreeBSD-src-6737fb8eb7995cece80033a2749d722fd86e8038.zip
FreeBSD-src-6737fb8eb7995cece80033a2749d722fd86e8038.tar.gz
Add another level of checking to 'chkprintcap', which is done by
"skimming thru" the printcap file looking for some common mistakes that people make. These are the kinds of mistakes where the printcap file probably looks correct to human eyes, but is wrong in some subtle way which causes a problem in some queue definitions. The program treats these as "warnings" not "errors". Note that I'm flexible on the m.f.c. schedule, if people would rather this waited until after 4.5-release. Reviewed by: no screams from freebsd-audit freebsd-print@bostonradio.org MFC after: 4 days
Diffstat (limited to 'usr.sbin/lpr/chkprintcap/Makefile')
-rw-r--r--usr.sbin/lpr/chkprintcap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/lpr/chkprintcap/Makefile b/usr.sbin/lpr/chkprintcap/Makefile
index b527e52..cb8ce8d 100644
--- a/usr.sbin/lpr/chkprintcap/Makefile
+++ b/usr.sbin/lpr/chkprintcap/Makefile
@@ -4,6 +4,7 @@
PROG= chkprintcap
MAN= chkprintcap.8
+SRCS= chkprintcap.c skimprintcap.c
CFLAGS+= -I${.CURDIR}/../common_source ${CWARNFLAGS}
OpenPOWER on IntegriCloud