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