freebsd-dev/usr.sbin/pppctl/Makefile
Baptiste Daroussin c6db8143ed Convert usr.sbin to LIBADD
Reduce overlinking
2014-11-25 16:57:27 +00:00

11 lines
97 B
Makefile

# $FreeBSD$
PROG= pppctl
MAN= pppctl.8
WARNS?= 2
LIBADD= edit pthread
.include <bsd.prog.mk>