Module Name:    src
Committed By:   uwe
Date:           Sun Nov 18 01:23:57 UTC 2018

Modified Files:
        src/lib/libcurses: Makefile

Log Message:
Oops, revert previous.  Wrong tree.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 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.87 src/lib/libcurses/Makefile:1.88
--- src/lib/libcurses/Makefile:1.87	Sun Nov 18 01:22:49 2018
+++ src/lib/libcurses/Makefile	Sun Nov 18 01:23:57 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.87 2018/11/18 01:22:49 uwe Exp $
+#	$NetBSD: Makefile,v 1.88 2018/11/18 01:23:57 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

Reply via email to