diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1994-11-14 06:45:23 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1994-11-14 06:45:23 +0000 |
| commit | ff8189b3f88f1ef4b1875609aaa4482dbda6ce59 (patch) | |
| tree | 8b20fb22d50c2e40cbe61eb69415d6f3b2dfce46 /lib/libtermcap | |
| parent | 643c00317eed22e8c23def748ed40e59b832ad7d (diff) | |
Notes
Diffstat (limited to 'lib/libtermcap')
| -rw-r--r-- | lib/libtermcap/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libtermcap/Makefile b/lib/libtermcap/Makefile index 4fef3a1f0dbe..65c4ed3a343e 100644 --- a/lib/libtermcap/Makefile +++ b/lib/libtermcap/Makefile @@ -7,13 +7,13 @@ SRCS= termcap.c tgoto.c tputs.c MAN3= termcap.3 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 +LINKS= ${DESTDIR}${LIBDIR}/libtermcap.a ${DESTDIR}${LIBDIR}/libtermlib.a .if !defined(NOPIC) -LINKS+= ${LIBDIR}/libtermcap.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ - ${LIBDIR}/libtermlib.so.${SHLIB_MAJOR}.${SHLIB_MINOR} +LINKS+= ${DESTDIR}${SHLIBDIR}/libtermcap.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ + ${DESTDIR}${SHLIBDIR}/libtermlib.so.${SHLIB_MAJOR}.${SHLIB_MINOR} .endif .if !defined(NOPROFILE) -LINKS+= ${LIBDIR}/libtermcap_p.a ${LIBDIR}/libtermlib_p.a +LINKS+= ${DESTDIR}${LIBDIR}/libtermcap_p.a ${DESTDIR}${LIBDIR}/libtermlib_p.a .endif .include <bsd.lib.mk> |
