From fbc6ccd3210a231e574bd664f7fae873195787f1 Mon Sep 17 00:00:00 2001 From: deischen Date: Fri, 30 Jan 2004 12:14:50 +0000 Subject: s/-lc_r/-lpthread/ --- usr.sbin/pppctl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/pppctl') diff --git a/usr.sbin/pppctl/Makefile b/usr.sbin/pppctl/Makefile index 7af75f8..222bc35 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 -- cgit v1.1