From c0a4c71bb7181a8a522716903eb894d6041dda26 Mon Sep 17 00:00:00 2001 From: deischen Date: Wed, 24 Jan 2001 13:04:10 +0000 Subject: -pthread -> -lc_r --- 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 95aa8ed..45495d6 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 -- cgit v1.1