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