1# $FreeBSD$ 2 3PROG= pppctl 4MAN= pppctl.8 5 6DPADD= ${LIBC_R} ${LIBEDIT} ${LIBTERMCAP} 7LDADD= -lc_r -ledit -ltermcap 8 9.include <bsd.prog.mk> 10