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
This commit is contained in:
Garance A Drosehn 2006-03-08 22:28:12 +00:00
parent 409a60927b
commit e325eb526c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156443
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PROG= koi2855
NO_MAN=
MAN=
CFLAGS+= -I${.CURDIR}/../../common_source

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PROG= koi2alt
NO_MAN=
MAN=
CFLAGS+= -I${.CURDIR}/../../common_source

View File

@ -4,7 +4,7 @@
BINDIR= /usr/libexec/lpr
PROG= lpf
NO_MAN=
MAN=
CFLAGS+= -I${.CURDIR}/../common_source