ee5a34ecba
Reduce overlinking
11 lines
102 B
Makefile
11 lines
102 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pppoed
|
|
LIBADD= netgraph
|
|
MAN= pppoed.8
|
|
|
|
WARNS?= 1
|
|
WFORMAT=0
|
|
|
|
.include <bsd.prog.mk>
|