freebsd-dev/usr.sbin/pppctl/Makefile
Emmanuel Vadot a22cde7c02 pkgbase: Put ppp in it's own package
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
2021-01-04 16:19:36 +01:00

12 lines
110 B
Makefile

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