summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/chkprintcap/Makefile
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2002-06-23 20:57:18 +0000
committergad <gad@FreeBSD.org>2002-06-23 20:57:18 +0000
commit4f36141373c640c18bffb4c94293a00eb8e9952e (patch)
tree772574425e520e9cf07dc97e596f25c66f03be7b /usr.sbin/lpr/chkprintcap/Makefile
parente49d2528a15e30cffebe30ea2fa790c5d97a5a63 (diff)
downloadFreeBSD-src-4f36141373c640c18bffb4c94293a00eb8e9952e.zip
FreeBSD-src-4f36141373c640c18bffb4c94293a00eb8e9952e.tar.gz
Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing will
add them automatically, and there is no point in adding them twice. MFC after: 5 days
Diffstat (limited to 'usr.sbin/lpr/chkprintcap/Makefile')
-rw-r--r--usr.sbin/lpr/chkprintcap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/chkprintcap/Makefile b/usr.sbin/lpr/chkprintcap/Makefile
index cb8ce8d..ffffffb 100644
--- a/usr.sbin/lpr/chkprintcap/Makefile
+++ b/usr.sbin/lpr/chkprintcap/Makefile
@@ -6,7 +6,7 @@ PROG= chkprintcap
MAN= chkprintcap.8
SRCS= chkprintcap.c skimprintcap.c
-CFLAGS+= -I${.CURDIR}/../common_source ${CWARNFLAGS}
+CFLAGS+= -I${.CURDIR}/../common_source
DPADD= ${LIBLPR}
LDADD= ${LIBLPR}
OpenPOWER on IntegriCloud