]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/pppctl/Makefile
Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The
[FreeBSD/FreeBSD.git] / usr.sbin / pppctl / Makefile
1 # $FreeBSD$
2
3 PROG=   pppctl
4 MAN=    pppctl.8
5
6 LDADD=  -lc_r -ledit -ltermcap
7 DPADD=  ${LIBC_R} ${LIBEDIT} ${LIBTERMCAP}
8
9 .include <bsd.prog.mk>