mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 17:41:04 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
10 lines
90 B
Makefile
10 lines
90 B
Makefile
|
|
PROG= pppoed
|
|
LIBADD= netgraph
|
|
MAN= pppoed.8
|
|
|
|
WARNS?= 1
|
|
WFORMAT=0
|
|
|
|
.include <bsd.prog.mk>
|