summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-08-26 09:12:41 +0000
committerngie <ngie@FreeBSD.org>2014-08-26 09:12:41 +0000
commitd851cce5215d34284605b7911d263dc155a40817 (patch)
treea0d57e53f8c31b90eb564ebca48ca0ae39646369 /share/mk
parent59d7f5e1559893213cded738d98c35086bf2fa10 (diff)
downloadFreeBSD-src-d851cce5215d34284605b7911d263dc155a40817.zip
FreeBSD-src-d851cce5215d34284605b7911d263dc155a40817.tar.gz
Introduce missing definition for LIBTERMCAPW
Some Makefiles expect this value to exist Approved by: rpaulo (mentor) MFC after: 5 days Phabric: D675 (as part of a larger diff) PR: 192762
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.libnames.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk
index d761202..c59b27f 100644
--- a/share/mk/bsd.libnames.mk
+++ b/share/mk/bsd.libnames.mk
@@ -137,6 +137,7 @@ LIBSTAND?= ${DESTDIR}${LIBDIR}/libstand.a
LIBSTDCPLUSPLUS?= ${DESTDIR}${LIBDIR}/libstdc++.a
LIBTACPLUS?= ${DESTDIR}${LIBDIR}/libtacplus.a
LIBTERMCAP?= ${DESTDIR}${LIBDIR}/libtermcap.a
+LIBTERMCAPW?= ${DESTDIR}${LIBDIR}/libtermcapw.a
LIBTERMLIB?= "don't use LIBTERMLIB, use LIBTERMCAP"
LIBTINFO?= "don't use LIBTINFO, use LIBNCURSES"
LIBUFS?= ${DESTDIR}${LIBDIR}/libufs.a
OpenPOWER on IntegriCloud