opnsense-src/sbin/spppcontrol/Makefile
Emmanuel Vadot aef2d41f38 pkgbase: Move spppcontrol to FreeBSD-ppp
This program belong with the other ppp-related programs.

Differential Revision:	 https://reviews.freebsd.org/D31792
Reviewed by: emaste

(cherry picked from commit 0818f499bc)
2022-01-05 18:23:49 +01:00

9 lines
98 B
Makefile

# $FreeBSD$
PACKAGE= ppp
PROG= spppcontrol
MAN= spppcontrol.8
WARNS?= 2
.include <bsd.prog.mk>