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