summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.test.mk
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-04-05 17:54:36 +0000
committerimp <imp@FreeBSD.org>2014-04-05 17:54:36 +0000
commit5db7302acc2a0f5121bdf5f1e3362f6ca16b277e (patch)
tree8a4f255cff44d73c79eca01e6db372a43aeb1a99 /share/mk/bsd.test.mk
parent051ba34f7c58eb252536082fdceb6b3ea25b3300 (diff)
downloadFreeBSD-src-5db7302acc2a0f5121bdf5f1e3362f6ca16b277e.zip
FreeBSD-src-5db7302acc2a0f5121bdf5f1e3362f6ca16b277e.tar.gz
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.
Diffstat (limited to 'share/mk/bsd.test.mk')
-rw-r--r--share/mk/bsd.test.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.test.mk b/share/mk/bsd.test.mk
index 2e4b49d..2aa7a33 100644
--- a/share/mk/bsd.test.mk
+++ b/share/mk/bsd.test.mk
@@ -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
OpenPOWER on IntegriCloud