summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/filters
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2006-03-08 22:28:12 +0000
committergad <gad@FreeBSD.org>2006-03-08 22:28:12 +0000
commit61d7961ffa46a8989f86fc128a86016855997114 (patch)
tree9d42e14780406008cad40707e40d91617e2cd8d3 /usr.sbin/lpr/filters
parent74880d1ae07d936f2d7438a214eef4c207521125 (diff)
downloadFreeBSD-src-61d7961ffa46a8989f86fc128a86016855997114.zip
FreeBSD-src-61d7961ffa46a8989f86fc128a86016855997114.tar.gz
Switch these makefiles to use 'MAN=' to indicate they will not generate
a man page, instead of 'NO_MAN='. 'NO_MAN=' is something users would set, not something a makefile should be using. Based on comments by: des
Diffstat (limited to 'usr.sbin/lpr/filters')
-rw-r--r--usr.sbin/lpr/filters/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/filters/Makefile b/usr.sbin/lpr/filters/Makefile
index b55b536..f1bc586 100644
--- a/usr.sbin/lpr/filters/Makefile
+++ b/usr.sbin/lpr/filters/Makefile
@@ -4,7 +4,7 @@
BINDIR= /usr/libexec/lpr
PROG= lpf
-NO_MAN=
+MAN=
CFLAGS+= -I${.CURDIR}/../common_source
OpenPOWER on IntegriCloud