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
This commit is contained in:
Emmanuel Vadot 2020-12-21 18:35:12 +01:00 committed by Emmanuel Vadot
parent c92017ce5b
commit a22cde7c02
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
.include <src.opts.mk>
PACKAGE= ppp
PROG= ppp
MAN= ppp.8
SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE= ppp
PROG= pppctl
MAN= pppctl.8