mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 18:12:57 +01:00
11 lines
115 B
Makefile
11 lines
115 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pppoed
|
|
DPADD= ${LIBNETGRAPH}
|
|
LDADD= -lnetgraph
|
|
MAN= pppoed.8
|
|
|
|
WFORMAT=0
|
|
|
|
.include <bsd.prog.mk>
|