aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2001-01-24 13:04:10 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2001-01-24 13:04:10 +0000
commiteb43ffcc03d211db1693232749fc43c7c3407fc4 (patch)
tree6104d5e95cd8e2dc724bb627082afe12d185c805 /usr.sbin
parente5106342c6de9cbe26c4827e4e29bae309cd8cfb (diff)
downloadsrc-eb43ffcc03d211db1693232749fc43c7c3407fc4.tar.gz
src-eb43ffcc03d211db1693232749fc43c7c3407fc4.zip
-pthread -> -lc_r
Notes
Notes: svn path=/head/; revision=71582
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pppctl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pppctl/Makefile b/usr.sbin/pppctl/Makefile
index 95aa8ed9246a..45495d675f78 100644
--- a/usr.sbin/pppctl/Makefile
+++ b/usr.sbin/pppctl/Makefile
@@ -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