mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 03:11:52 +01: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>
|