mirror of
https://github.com/opnsense/src.git
synced 2026-05-27 20:02:43 -04:00
This program belong with the other ppp-related programs.
Differential Revision: https://reviews.freebsd.org/D31792
Reviewed by: emaste
(cherry picked from commit 0818f499bc)
9 lines
98 B
Makefile
9 lines
98 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= ppp
|
|
|
|
PROG= spppcontrol
|
|
MAN= spppcontrol.8
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|