1# $FreeBSD$
2
3PROG=	pppctl
4MAN=	pppctl.8
5
6WARNS?=	2
7
8LIBADD=	edit pthread
9
10.include <bsd.prog.mk>
11