]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - libexec/pppoed/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / libexec / pppoed / Makefile
1 # $FreeBSD$
2
3 PROG=   pppoed
4 DPADD=  ${LIBNETGRAPH}
5 LDADD=  -lnetgraph
6 MAN=    pppoed.8
7
8 WARNS?= 1
9 WFORMAT=0
10
11 .include <bsd.prog.mk>