-pthread -> -lc_r

This commit is contained in:
Daniel Eischen 2001-01-24 13:04:10 +00:00
parent e5106342c6
commit eb43ffcc03
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71582

View file

@ -3,7 +3,7 @@
PROG= pppctl
SRCS= pppctl.c
CFLAGS+=-Wall
LDADD+= -pthread -ledit -ltermcap
LDADD+= -lc_r -ledit -ltermcap
DPADD+= ${LIBC_R} ${LIBEDIT} ${LIBTERMCAP}
MAN8= pppctl.8