summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libncurses/Makefile')
-rw-r--r--lib/libncurses/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile
index d372af0..aa541ea 100644
--- a/lib/libncurses/Makefile
+++ b/lib/libncurses/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+.include <bsd.own.mk>
+
NCURSES=${.CURDIR}/../../contrib/ncurses
LIB= ncurses
@@ -253,7 +255,7 @@ SYMLINKS+=libncurses_p.a ${LIBDIR}/libtinfo_p.a
DOCSDIR= /usr/share/doc/ncurses
DOCS= ncurses-intro.html hackguide.html
-.if !defined(NO_HTML)
+.if ${MK_HTML} != "no"
.PATH: ${NCURSES}/doc/html
FILESGROUPS= DOCS
.endif
OpenPOWER on IntegriCloud