summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-04-25 19:25:05 +0000
committerimp <imp@FreeBSD.org>2014-04-25 19:25:05 +0000
commite27daff3c91f2ac226caaef0895f62c97a510350 (patch)
tree507607299f55a4837c07a391c777486effd7515c /lib
parentb9b324eac516693026e712ed0319e678b9599f29 (diff)
downloadFreeBSD-src-e27daff3c91f2ac226caaef0895f62c97a510350.zip
FreeBSD-src-e27daff3c91f2ac226caaef0895f62c97a510350.tar.gz
Eliminate last vestigies of NO_MAN= in the tree. Also, remove
ineffectual NOMAN= lines. These don't change the build at all.
Diffstat (limited to 'lib')
-rw-r--r--lib/ncurses/ncurses/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index e674cf2..52cf064 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -3,7 +3,8 @@
SHLIBDIR?= /lib
.if !defined(ENABLE_WIDEC)
-NO_MAN=
+# Override any MAN= setting below..
+MK_MAN=no
.endif
.include <bsd.own.mk>
OpenPOWER on IntegriCloud