]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/pppctl/Makefile
Upgrade to OpenSSH 7.6p1. This will be followed shortly by 7.7p1.
[FreeBSD/FreeBSD.git] / usr.sbin / pppctl / Makefile
1 # $FreeBSD$
2
3 PROG=   pppctl
4 MAN=    pppctl.8
5
6 WARNS?= 2
7
8 LIBADD= edit pthread
9
10 .include <bsd.prog.mk>