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