diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -2,6 +2,7 @@ .include +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 \ diff --git a/usr.sbin/pppctl/Makefile b/usr.sbin/pppctl/Makefile --- a/usr.sbin/pppctl/Makefile +++ b/usr.sbin/pppctl/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE= ppp PROG= pppctl MAN= pppctl.8