diff options
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> |