1# $FreeBSD$
2
3PROG=	pppoed
4DPADD=	${LIBNETGRAPH}
5LDADD=	-lnetgraph
6MAN=	pppoed.8
7
8WARNS?=	1
9WFORMAT=0
10
11.include <bsd.prog.mk>
12