Module Name: src
Committed By: uwe
Date: Sun Nov 18 01:22:49 UTC 2018
Modified Files:
src/lib/libcurses: Makefile
Log Message:
Comment out LIBDPLIBS so that this can be built outside of the tree.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/lib/libcurses/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libcurses/Makefile
diff -u src/lib/libcurses/Makefile:1.86 src/lib/libcurses/Makefile:1.87
--- src/lib/libcurses/Makefile:1.86 Thu Oct 25 10:36:56 2018
+++ src/lib/libcurses/Makefile Sun Nov 18 01:22:49 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2018/10/25 10:36:56 uwe Exp $
+# $NetBSD: Makefile,v 1.87 2018/11/18 01:22:49 uwe Exp $
# @(#)Makefile 8.2 (Berkeley) 1/2/94
.include <bsd.own.mk>
@@ -39,7 +39,7 @@ MAN= curses.3 curses_addch.3 curses_addc
INCS= curses.h unctrl.h
INCSDIR=/usr/include
-LIBDPLIBS+= terminfo ${.CURDIR}/../libterminfo
+# LIBDPLIBS+= terminfo ${.CURDIR}/../libterminfo
.if !defined(DISABLE_WCHAR)
CPPFLAGS+=-DHAVE_WCHAR