diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-08-30 13:57:31 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-08-30 13:57:31 +0000 |
| commit | b3a71bf3fda2b75f7fbc00a5a5315a984d30b2bb (patch) | |
| tree | 4953aa655d5a3d398a522b1f18133838f4456cc0 /lib/libncurses | |
| parent | e95130d9340b32cd39add2e60dfea08d12c91bde (diff) | |
Notes
Diffstat (limited to 'lib/libncurses')
| -rw-r--r-- | lib/libncurses/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index 612a388495d2..37aff41cb6d8 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/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 |
