The proper way to request no man pages currently is NO_MAN=xxx. Use it

in preference to the user WITHOUT_MAN knob, which should never be set
in normal src Makefiles.
This commit is contained in:
Warner Losh 2014-04-05 17:54:36 +00:00
parent db8a14ec74
commit 40b86d77c7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264154
5 changed files with 6 additions and 6 deletions

View File

@ -25,6 +25,6 @@ DPADD+= ${LIBSTDCPLUSPLUS}
SHLIB_MAJOR= 2
WITHOUT_MAN=
NO_MAN=
.include <bsd.lib.mk>

View File

@ -7,6 +7,6 @@ SRCS= t1-bkpt.c
LDADD= -lproc -lelf -lrtld_db -lutil
DPADD= ${LIBPROC} ${LIBELF}
WITHOUT_MAN=
NO_MAN=
.include <bsd.prog.mk>

View File

@ -7,6 +7,6 @@ SRCS= t2-name2map.c
LDADD= -lproc -lelf -lrtld_db -lutil
DPADD= ${LIBPROC} ${LIBELF}
WITHOUT_MAN=
NO_MAN=
.include <bsd.prog.mk>

View File

@ -7,6 +7,6 @@ SRCS= t3-name2sym.c
LDADD= -lproc -lelf -lrtld_db -lutil
DPADD= ${LIBPROC} ${LIBELF}
WITHOUT_MAN=
NO_MAN=
.include <bsd.prog.mk>

View File

@ -51,8 +51,8 @@ SUBDIR+= ${TESTS_SUBDIRS}
# it is rare for test cases to have man pages
.if !defined(MAN)
WITHOUT_MAN=yes
.export WITHOUT_MAN
NO_MAN=yes
.export NO_MAN
.endif
# tell progs.mk we might want to install things