From dc60f615742f2abcf39670fc10efd9f96ae7af9d Mon Sep 17 00:00:00 2001 From: Daniel Eischen Date: Fri, 30 Jan 2004 12:14:50 +0000 Subject: [PATCH] s/-lc_r/-lpthread/ --- usr.sbin/pppctl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pppctl/Makefile b/usr.sbin/pppctl/Makefile index 7af75f849598..222bc35ce212 100644 --- a/usr.sbin/pppctl/Makefile +++ b/usr.sbin/pppctl/Makefile @@ -4,6 +4,6 @@ PROG= pppctl MAN= pppctl.8 DPADD= ${LIBC_R} ${LIBEDIT} ${LIBTERMCAP} -LDADD= -lc_r -ledit -ltermcap +LDADD= -lpthread -ledit -ltermcap .include