mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 21:36:47 -04:00
10 lines
98 B
Makefile
10 lines
98 B
Makefile
|
|
PACKAGE= ppp
|
|
PROG= pppctl
|
|
MAN= pppctl.8
|
|
|
|
WARNS?= 2
|
|
|
|
LIBADD= edit pthread
|
|
|
|
.include <bsd.prog.mk>
|