mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
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:
parent
c92017ce5b
commit
a22cde7c02
@ -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 \
|
||||
|
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= ppp
|
||||
PROG= pppctl
|
||||
MAN= pppctl.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user