Index: usr.sbin/ppp/Makefile =================================================================== --- usr.sbin/ppp/Makefile +++ 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 \ Index: usr.sbin/pppctl/Makefile =================================================================== --- usr.sbin/pppctl/Makefile +++ usr.sbin/pppctl/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE= ppp PROG= pppctl MAN= pppctl.8