aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pppctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pppctl/Makefile')
-rw-r--r--usr.sbin/pppctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pppctl/Makefile b/usr.sbin/pppctl/Makefile
index 2f2be4bb5035..4a03b86ad48a 100644
--- a/usr.sbin/pppctl/Makefile
+++ b/usr.sbin/pppctl/Makefile
@@ -5,7 +5,7 @@ MAN= pppctl.8
WARNS?= 2
-DPADD= ${LIBPTHREAD} ${LIBEDIT} ${LIBTERMCAP}
-LDADD= -lpthread -ledit -ltermcap
+DPADD= ${LIBPTHREAD} ${LIBEDIT} ${LIBTERMCAPW}
+LDADD= -lpthread -ledit -ltermcapw
.include <bsd.prog.mk>