9357f4121d
are not yet warning-clean. Tested on i386 and alpha.
12 lines
130 B
Makefile
12 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pppoed
|
|
SRCS= pppoed.c
|
|
DPADD= ${LIBNETGRAPH}
|
|
LDADD= -lnetgraph
|
|
MAN= pppoed.8
|
|
|
|
WFORMAT=0
|
|
|
|
.include <bsd.prog.mk>
|