diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-10 18:07:07 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-10 18:07:07 +0000 |
| commit | e4a93f1ef876f7a0e59c722f9ac1fbbf77a66227 (patch) | |
| tree | d3e7e373e1b02fdf2f14e66714105afabc05662e /lib/libmenu | |
| parent | c01611e4370dad4e4e53afe47364019fe569cc46 (diff) | |
Notes
Diffstat (limited to 'lib/libmenu')
| -rw-r--r-- | lib/libmenu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |
