summaryrefslogtreecommitdiffstats
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 718d2f76..c20adad 100644
--- a/usr.sbin/pppctl/Makefile
+++ b/usr.sbin/pppctl/Makefile
@@ -3,8 +3,8 @@
PROG= pppctl
SRCS= pppctl.c
CFLAGS+=-Wall
-LDADD+= -ledit -ltermcap
-DPADD+= ${LIBEDIT} ${LIBTERMCAP}
+LDADD+= -ledit -ltermcap -lutil
+DPADD+= ${LIBEDIT} ${LIBTERMCAP} ${LIBUTIL}
MAN8= pppctl.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud