summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/filters
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2006-03-09 19:52:44 +0000
committergad <gad@FreeBSD.org>2006-03-09 19:52:44 +0000
commit00873ac1070ef6b0a6af57866b112dbada398f32 (patch)
tree2f398678762ebb81b05d8cc1316ca541c9e0769c /usr.sbin/lpr/filters
parentc7c425a278ffe88a8e63ef02b42a99ab05b479b7 (diff)
downloadFreeBSD-src-00873ac1070ef6b0a6af57866b112dbada398f32.zip
FreeBSD-src-00873ac1070ef6b0a6af57866b112dbada398f32.tar.gz
Rever the previous changes. It turns out that it perfectly correct
for a makefile to set 'NO_MAN=' when the makefile is for a program that will not create a man page. Based on reaction from: ru bde
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 f1bc586..b55b536 100644
--- a/usr.sbin/lpr/filters/Makefile
+++ b/usr.sbin/lpr/filters/Makefile
@@ -4,7 +4,7 @@
BINDIR= /usr/libexec/lpr
PROG= lpf
-MAN=
+NO_MAN=
CFLAGS+= -I${.CURDIR}/../common_source
OpenPOWER on IntegriCloud