Do not create link for *lib_p.a if you are not installing profiled libraries.

This commit is contained in:
Rodney W. Grimes 1994-05-27 11:02:31 +00:00
parent 21b9e2c17e
commit 5fbf048f26
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1587
2 changed files with 8 additions and 4 deletions

View File

@ -7,7 +7,9 @@ SRCS= termcap.c tgoto.c tputs.c
MAN3= termcap.0
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 \
${LIBDIR}/libtermcap_p.a ${LIBDIR}/libtermlib_p.a
LINKS= ${LIBDIR}/libtermcap.a ${LIBDIR}/libtermlib.a
.if !defined(NOPROFILE)
LINKS+= ${LIBDIR}/libtermcap_p.a ${LIBDIR}/libtermlib_p.a
.endif
.include <bsd.lib.mk>

View File

@ -7,7 +7,9 @@ SRCS= termcap.c tgoto.c tputs.c
MAN3= termcap.0
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 \
${LIBDIR}/libtermcap_p.a ${LIBDIR}/libtermlib_p.a
LINKS= ${LIBDIR}/libtermcap.a ${LIBDIR}/libtermlib.a
.if !defined(NOPROFILE)
LINKS+= ${LIBDIR}/libtermcap_p.a ${LIBDIR}/libtermlib_p.a
.endif
.include <bsd.lib.mk>