|
Lines 230-240
Link Here
|
| 230 |
make_keys MKterm.h.awk comp_captab.c curses.head \ |
230 |
make_keys MKterm.h.awk comp_captab.c curses.head \ |
| 231 |
namehdr nameftr codeftr ${NAMESRC} ${CODESRC} |
231 |
namehdr nameftr codeftr ${NAMESRC} ${CODESRC} |
| 232 |
|
232 |
|
|
|
233 |
.if !defined(NOINSTALLLIB) |
| 233 |
SYMLINKS+=libncurses.a ${LIBDIR}/libcurses.a |
234 |
SYMLINKS+=libncurses.a ${LIBDIR}/libcurses.a |
| 234 |
SYMLINKS+=libncurses.a ${LIBDIR}/libtermcap.a |
235 |
SYMLINKS+=libncurses.a ${LIBDIR}/libtermcap.a |
| 235 |
SYMLINKS+=libncurses.a ${LIBDIR}/libtermlib.a |
236 |
SYMLINKS+=libncurses.a ${LIBDIR}/libtermlib.a |
| 236 |
SYMLINKS+=libncurses.a ${LIBDIR}/libmytinfo.a |
237 |
SYMLINKS+=libncurses.a ${LIBDIR}/libmytinfo.a |
| 237 |
SYMLINKS+=libncurses.a ${LIBDIR}/libtinfo.a |
238 |
SYMLINKS+=libncurses.a ${LIBDIR}/libtinfo.a |
|
|
239 |
.endif |
| 238 |
.if !defined(NOPIC) |
240 |
.if !defined(NOPIC) |
| 239 |
# no need for major at all, it's an ld-time redirection only |
241 |
# no need for major at all, it's an ld-time redirection only |
| 240 |
SYMLINKS+=libncurses.so ${SHLIBDIR}/libcurses.so |
242 |
SYMLINKS+=libncurses.so ${SHLIBDIR}/libcurses.so |