xref: /freebsd/usr.sbin/pppctl/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1PACKAGE=	ppp
2PROG=	pppctl
3MAN=	pppctl.8
4
5WARNS?=	2
6
7LIBADD=	edit pthread
8
9.include <bsd.prog.mk>
10