# $FreeBSD$
PROG= pppctl
MAN= pppctl.8
DPADD= ${LIBC_R} ${LIBEDIT} ${LIBTERMCAP}
LDADD= -lc_r -ledit -ltermcap
.include <bsd.prog.mk>