]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/pppoed/Makefile
Import libc++ trunk r224926. This fixes a number of bugs, completes
[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>