summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppctl
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pppctl')
-rw-r--r--usr.sbin/pppctl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/pppctl/Makefile b/usr.sbin/pppctl/Makefile
index 809f4e8..8da3f50 100644
--- a/usr.sbin/pppctl/Makefile
+++ b/usr.sbin/pppctl/Makefile
@@ -2,7 +2,8 @@
PROG= pppctl
MAN= pppctl.8
-LDADD+= -lc_r -ledit -ltermcap
-DPADD+= ${LIBC_R} ${LIBEDIT} ${LIBTERMCAP}
+
+LDADD= -lc_r -ledit -ltermcap
+DPADD= ${LIBC_R} ${LIBEDIT} ${LIBTERMCAP}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud