From e4a93f1ef876f7a0e59c722f9ac1fbbf77a66227 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 10 Nov 2005 18:07:07 +0000 Subject: Add missing shared library interdependencies. --- lib/libmenu/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libmenu') diff --git a/lib/libmenu/Makefile b/lib/libmenu/Makefile index fd3ddfe71158..6e057393d561 100644 --- a/lib/libmenu/Makefile +++ b/lib/libmenu/Makefile @@ -7,6 +7,8 @@ NCURSES=${.CURDIR}/../../contrib/ncurses .PATH: ${NCURSES}/man LIB= menu +DPADD= ${LIBNCURSES} +LDADD= -lncurses AWK?= awk SRCS= ncurses_def.h \ -- cgit v1.3