diff options
author | deischen <deischen@FreeBSD.org> | 2001-01-24 13:04:10 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2001-01-24 13:04:10 +0000 |
commit | c0a4c71bb7181a8a522716903eb894d6041dda26 (patch) | |
tree | dfb48bd997ab203959dfd18afa8bc184f361db53 /usr.sbin/pppctl | |
parent | ee1de6a067c70fbd8cb73facd64c3b0b275f9f83 (diff) | |
download | FreeBSD-src-c0a4c71bb7181a8a522716903eb894d6041dda26.zip FreeBSD-src-c0a4c71bb7181a8a522716903eb894d6041dda26.tar.gz |
-pthread -> -lc_r
Diffstat (limited to 'usr.sbin/pppctl')
-rw-r--r-- | usr.sbin/pppctl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |