diff options
| author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-09 12:11:58 +0000 |
|---|---|---|
| committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-09 12:11:58 +0000 |
| commit | 31b4134f7b6ec1a2533ed40ab917999fc0915190 (patch) | |
| tree | df7c42863571e14b59adfbbc524c9dbaa17cc33e /lib/ncurses/menu | |
| parent | 557158de6428fe513e55abf0f577e8e5861086c6 (diff) | |
Notes
Diffstat (limited to 'lib/ncurses/menu')
| -rw-r--r-- | lib/ncurses/menu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ncurses/menu/Makefile b/lib/ncurses/menu/Makefile index 29dde8a6bec3..96bd0d03b380 100644 --- a/lib/ncurses/menu/Makefile +++ b/lib/ncurses/menu/Makefile @@ -4,7 +4,7 @@ SRCDIR= ${NCURSES_DIR}/menu -LIB= menu +LIB= menu${LIB_SUFFIX} .PATH: ${SRCDIR} SRCS= \ @@ -40,8 +40,8 @@ CLEANFILES= ncurses_def.h CFLAGS+= -I${SRCDIR} -DPADD= ${LIBNCURSES} -LDADD= -lncurses +DPADD= ${LIBNCURSES${LIB_SUFFIX:U}} +LDADD= -lncurses${LIB_SUFFIX} INCS= menu.h eti.h |
