c6db8143ed
Reduce overlinking
11 lines
97 B
Makefile
11 lines
97 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pppctl
|
|
MAN= pppctl.8
|
|
|
|
WARNS?= 2
|
|
|
|
LIBADD= edit pthread
|
|
|
|
.include <bsd.prog.mk>
|