summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpr
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/lpr
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/lpr')
-rw-r--r--usr.sbin/lpr/lpr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpr/Makefile b/usr.sbin/lpr/lpr/Makefile
index 0e11b49..1ff376d 100644
--- a/usr.sbin/lpr/lpr/Makefile
+++ b/usr.sbin/lpr/lpr/Makefile
@@ -11,7 +11,7 @@ BINOWN= root
BINGRP= daemon
BINMODE= 6555
-CFLAGS+= -I${.CURDIR}/../common_source ${CWARNFLAGS}
+CFLAGS+= -I${.CURDIR}/../common_source
DPADD= ${LIBLPR}
LDADD= ${LIBLPR}
OpenPOWER on IntegriCloud