summaryrefslogtreecommitdiff
path: root/lib/libpanel
diff options
context:
space:
mode:
authorkamil <kamil@NetBSD.org>2015-11-22 04:26:14 +0000
committerkamil <kamil@NetBSD.org>2015-11-22 04:26:14 +0000
commitb9740b7d330c313ddc2822f0398f12651a4d7288 (patch)
tree3c9599a04c838dc180c67330f8219c78a080f08b /lib/libpanel
parentb8916caec99e9a3e20d6d3ccda9e88861d46e55d (diff)
Set LIBDPLIBS in libpanel for the required curses dependency
Diffstat (limited to 'lib/libpanel')
-rw-r--r--lib/libpanel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpanel/Makefile b/lib/libpanel/Makefile
index c03cd6d54ab..f603c2327ed 100644
--- a/lib/libpanel/Makefile
+++ b/lib/libpanel/Makefile
@@ -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