summaryrefslogtreecommitdiffstats
path: root/lib/ncurses
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-08-30 13:57:31 +0000
committerru <ru@FreeBSD.org>2003-08-30 13:57:31 +0000
commitd8e004be665668214b907f2b131c1fabd391cbf4 (patch)
tree4953aa655d5a3d398a522b1f18133838f4456cc0 /lib/ncurses
parent9b5be00088dff6d98fd2bf038904354d0ac0cf53 (diff)
downloadFreeBSD-src-d8e004be665668214b907f2b131c1fabd391cbf4.zip
FreeBSD-src-d8e004be665668214b907f2b131c1fabd391cbf4.tar.gz
Unbreak the NOINSTALLLIB install.
PR: 50945 Submitted by: Rene de Vries <rene@tunix.nl> Reminded by: jmallett
Diffstat (limited to 'lib/ncurses')
-rw-r--r--lib/ncurses/ncurses/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index 612a388..37aff41 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -227,11 +227,13 @@ 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)
SYMLINKS+=libncurses.a ${LIBDIR}/libcurses.a
SYMLINKS+=libncurses.a ${LIBDIR}/libtermcap.a
SYMLINKS+=libncurses.a ${LIBDIR}/libtermlib.a
SYMLINKS+=libncurses.a ${LIBDIR}/libmytinfo.a
SYMLINKS+=libncurses.a ${LIBDIR}/libtinfo.a
+.endif
.if !defined(NOPIC)
# no need for major at all, it's an ld-time redirection only
SYMLINKS+=libncurses.so ${LIBDIR}/libcurses.so
OpenPOWER on IntegriCloud