]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - usr.sbin/pppctl/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / usr.sbin / pppctl / Makefile
1 # $FreeBSD$
2
3 PROG=   pppctl
4 MAN=    pppctl.8
5
6 WARNS?= 2
7
8 DPADD=  ${LIBPTHREAD} ${LIBEDIT} ${LIBTERMCAP}
9 LDADD=  -lpthread -ledit -ltermcap
10
11 .include <bsd.prog.mk>