diff options
author | ache <ache@FreeBSD.org> | 1994-11-08 17:33:22 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-11-08 17:33:22 +0000 |
commit | 5e58f70104e85cba25f149e7fe3bec7d66a1a87e (patch) | |
tree | 3bdd3a935b32918e891623e7937627b86ba1ae8c /lib/libtermcap | |
parent | f3c87205cd3d124c09bd38f7cbb6cbb1fa70c0ff (diff) | |
download | FreeBSD-src-5e58f70104e85cba25f149e7fe3bec7d66a1a87e.zip FreeBSD-src-5e58f70104e85cba25f149e7fe3bec7d66a1a87e.tar.gz |
Forget to change = to += in previous commit
Diffstat (limited to 'lib/libtermcap')
-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 971d213..4fef3a1 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) |