diff options
| author | kamil <kamil@NetBSD.org> | 2015-11-22 04:26:14 +0000 |
|---|---|---|
| committer | kamil <kamil@NetBSD.org> | 2015-11-22 04:26:14 +0000 |
| commit | b9740b7d330c313ddc2822f0398f12651a4d7288 (patch) | |
| tree | 3c9599a04c838dc180c67330f8219c78a080f08b /lib/libpanel | |
| parent | b8916caec99e9a3e20d6d3ccda9e88861d46e55d (diff) | |
Set LIBDPLIBS in libpanel for the required curses dependency
Diffstat (limited to 'lib/libpanel')
| -rw-r--r-- | lib/libpanel/Makefile | 4 |
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 |
