diff options
author | marcel <marcel@FreeBSD.org> | 2004-01-31 17:28:09 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2004-01-31 17:28:09 +0000 |
commit | 4f70d4609fba2202057e3fbcbdd15972f6d267cb (patch) | |
tree | bfd24e8f6ebe1e554c3cb59448058fbef9d56c80 /usr.sbin/pppctl | |
parent | d859198df24fb5ce09c09f481649db0ee36bbcf6 (diff) | |
download | FreeBSD-src-4f70d4609fba2202057e3fbcbdd15972f6d267cb.zip FreeBSD-src-4f70d4609fba2202057e3fbcbdd15972f6d267cb.tar.gz |
Apply s/LIBC_R/LIBPTHREAD/ to the DPADD variable. The LDADD variable
already had s/libc_r/libpthread/ applied to it.
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 222bc35..6cdcc3d 100644 --- a/usr.sbin/pppctl/Makefile +++ b/usr.sbin/pppctl/Makefile @@ -3,7 +3,7 @@ PROG= pppctl MAN= pppctl.8 -DPADD= ${LIBC_R} ${LIBEDIT} ${LIBTERMCAP} +DPADD= ${LIBPTHREAD} ${LIBEDIT} ${LIBTERMCAP} LDADD= -lpthread -ledit -ltermcap .include <bsd.prog.mk> |