Apply s/LIBC_R/LIBPTHREAD/ to the DPADD variable. The LDADD variable

already had s/libc_r/libpthread/ applied to it.
This commit is contained in:
Marcel Moolenaar 2004-01-31 17:28:09 +00:00
parent 2e381660c9
commit 387c10289f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125270

View file

@ -3,7 +3,7 @@
PROG= pppctl
MAN= pppctl.8
DPADD= ${LIBC_R} ${LIBEDIT} ${LIBTERMCAP}
DPADD= ${LIBPTHREAD} ${LIBEDIT} ${LIBTERMCAP}
LDADD= -lpthread -ledit -ltermcap
.include <bsd.prog.mk>