diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 09:51:09 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 09:51:09 +0000 |
| commit | 2c74b2cb07e35936f75465d5265133c352ed9743 (patch) | |
| tree | 9c763c4daae43b1fcda8fcbad6a8fe38abd56e9c /lib/ncurses | |
| parent | 9a9bc31fbb30993bbc6e6ae231bac999f82dae6c (diff) | |
Notes
Diffstat (limited to 'lib/ncurses')
| -rw-r--r-- | lib/ncurses/ncurses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index 38334cc042e4..3d7dcce22cf0 100644 --- a/lib/ncurses/ncurses/Makefile +++ b/lib/ncurses/ncurses/Makefile @@ -227,7 +227,7 @@ CLEANFILES+= ${GENSRC} ${GENHDR} keys.list make_hash term.h.new \ make_keys MKterm.h.awk comp_captab.c curses.head \ namehdr nameftr codeftr ${NAMESRC} ${CODESRC} -.if !defined(NOINSTALLLIB) +.if !defined(NO_INSTALLLIB) SYMLINKS+=libncurses.a ${LIBDIR}/libcurses.a SYMLINKS+=libncurses.a ${LIBDIR}/libtermcap.a SYMLINKS+=libncurses.a ${LIBDIR}/libtermlib.a |
