a22cde7c02
ppp uses libalias modules which now belong in the natd package. Avoid bringing a dependancy on natd for the utilities package. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D27711
12 lines
110 B
Makefile
12 lines
110 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= ppp
|
|
PROG= pppctl
|
|
MAN= pppctl.8
|
|
|
|
WARNS?= 2
|
|
|
|
LIBADD= edit pthread
|
|
|
|
.include <bsd.prog.mk>
|