]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/pppoed/Makefile
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / libexec / pppoed / Makefile
1 # $FreeBSD$
2
3 PROG=   pppoed
4 SRCS=   pppoed.c
5 DPADD=  ${LIBNETGRAPH}
6 LDADD=  -lnetgraph
7 MAN8=   pppoed.8
8
9 .include <bsd.prog.mk>