s/-lc_r/-lpthread/

This commit is contained in:
Daniel Eischen 2004-01-30 12:14:50 +00:00
parent f24e6a4f39
commit dc60f61574
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125232

View File

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