mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 14:39:37 +00:00
9 lines
105 B
Makefile
9 lines
105 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= pppoed
|
||
|
SRCS= pppoed.c
|
||
|
DPADD= ${LIBNETGRAPH}
|
||
|
LDADD= -lnetgraph
|
||
|
|
||
|
.include <bsd.prog.mk>
|