diff options
author | gad <gad@FreeBSD.org> | 2002-06-23 20:57:18 +0000 |
---|---|---|
committer | gad <gad@FreeBSD.org> | 2002-06-23 20:57:18 +0000 |
commit | 4f36141373c640c18bffb4c94293a00eb8e9952e (patch) | |
tree | 772574425e520e9cf07dc97e596f25c66f03be7b /usr.sbin/lpr/lpq/Makefile | |
parent | e49d2528a15e30cffebe30ea2fa790c5d97a5a63 (diff) | |
download | FreeBSD-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/lpq/Makefile')
-rw-r--r-- | usr.sbin/lpr/lpq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpq/Makefile b/usr.sbin/lpr/lpq/Makefile index e4a5eff..4df437e 100644 --- a/usr.sbin/lpr/lpq/Makefile +++ b/usr.sbin/lpr/lpq/Makefile @@ -8,7 +8,7 @@ BINOWN= root BINGRP= daemon BINMODE= 6555 -CFLAGS+= -I${.CURDIR}/../common_source ${CWARNFLAGS} +CFLAGS+= -I${.CURDIR}/../common_source DPADD= ${LIBLPR} LDADD= ${LIBLPR} |