freebsd-dev/sbin/spppcontrol/Makefile
Emmanuel Vadot 0818f499bc 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
2021-09-07 10:18:53 +02:00

10 lines
98 B
Makefile

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