mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
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>
|