summaryrefslogtreecommitdiffstats
path: root/lib/ncurses/menu
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2013-01-24 16:38:47 +0000
committerbrooks <brooks@FreeBSD.org>2013-01-24 16:38:47 +0000
commit28f52e1e5a8f19f88ebe5d7325aa92d250abdcea (patch)
treeae41087ed3bcac22d1287ec4bb02eef67320ed63 /lib/ncurses/menu
parent97856149a1dfe152305e38969db5245fe52c909a (diff)
downloadFreeBSD-src-28f52e1e5a8f19f88ebe5d7325aa92d250abdcea.zip
FreeBSD-src-28f52e1e5a8f19f88ebe5d7325aa92d250abdcea.tar.gz
Only install manpages and html documentation in the ncurses/*w (wchar)
builds so that it is only installed once. This is consistent with the existing decision to only install headers in the that case.
Diffstat (limited to 'lib/ncurses/menu')
-rw-r--r--lib/ncurses/menu/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ncurses/menu/Makefile b/lib/ncurses/menu/Makefile
index a853d8c..19a1ff3 100644
--- a/lib/ncurses/menu/Makefile
+++ b/lib/ncurses/menu/Makefile
@@ -45,7 +45,6 @@ LDADD= -lncurses${LIB_SUFFIX}
.if defined(ENABLE_WIDEC)
INCS= menu.h eti.h
-.endif
.PATH: ${NCURSES_DIR}/man
MAN= \
@@ -130,6 +129,9 @@ MLINKS= menu_attributes.3 menu_back.3 \
mitem_value.3 item_value.3 \
mitem_value.3 set_item_value.3 \
mitem_visible.3 item_visible.3
+.else
+NO_MAN=
+.endif
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud