diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-08 17:33:22 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-08 17:33:22 +0000 |
| commit | f2628bf83585cc3f4d5b8adfba1355031584cdcb (patch) | |
| tree | 3bdd3a935b32918e891623e7937627b86ba1ae8c /lib | |
| parent | 5327f96c2e154534ff81a3fd998c96c585e4f04a (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libtermcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtermcap/Makefile b/lib/libtermcap/Makefile index 971d21384666..4fef3a1f0dbe 100644 --- a/lib/libtermcap/Makefile +++ b/lib/libtermcap/Makefile @@ -9,7 +9,7 @@ MLINKS= termcap.3 tgetent.3 termcap.3 tgetflag.3 termcap.3 tgetnum.3 \ termcap.3 tgetstr.3 termcap.3 tgoto.3 termcap.3 tputs.3 LINKS= ${LIBDIR}/libtermcap.a ${LIBDIR}/libtermlib.a .if !defined(NOPIC) -LINKS= ${LIBDIR}/libtermcap.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ +LINKS+= ${LIBDIR}/libtermcap.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ ${LIBDIR}/libtermlib.so.${SHLIB_MAJOR}.${SHLIB_MINOR} .endif .if !defined(NOPROFILE) |
