Module Name: src
Committed By: kamil
Date: Sun Nov 22 04:26:14 UTC 2015
Modified Files:
src/lib/libpanel: Makefile
Log Message:
Set LIBDPLIBS in libpanel for the required curses dependency
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libpanel/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/libpanel/Makefile
diff -u src/lib/libpanel/Makefile:1.5 src/lib/libpanel/Makefile:1.6
--- src/lib/libpanel/Makefile:1.5 Sun Nov 22 04:23:32 2015
+++ src/lib/libpanel/Makefile Sun Nov 22 04:26:14 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/11/22 04:23:32 kamil Exp $
+# $NetBSD: Makefile,v 1.6 2015/11/22 04:26:14 kamil Exp $
WARNS= 4
@@ -27,7 +27,7 @@ SRCS+= top.c
SRCS+= update.c
SRCS+= window.c
-#LIBDPLIBS+= curses ${.CURDIR}/../libcurses
+LIBDPLIBS+= curses ${.CURDIR}/../libcurses
MAN= #
MAN+= move_panel.3