]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/pppoed/Makefile
Merge llvm, clang, compiler-rt, libc++, lld and lldb release_40 branch
[FreeBSD/FreeBSD.git] / libexec / pppoed / Makefile
1 # $FreeBSD$
2
3 PROG=   pppoed
4 LIBADD= netgraph
5 MAN=    pppoed.8
6
7 WARNS?= 1
8 WFORMAT=0
9
10 .include <bsd.prog.mk>