diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index a51ad916148..52b48a53c19 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -70,7 +70,6 @@ CONFS= DAEMON \ savecore \ securelevel \ serial \ - statd \ static_arp \ static_ndp \ stf \ @@ -120,7 +119,8 @@ NFS= nfsclient \ nfsd \ nfsuserd \ nfscbd \ - lockd + lockd \ + statd NFSPACKAGE= nfs CONFGROUPS+= NEWSYSLOG diff --git a/usr.sbin/rpc.statd/Makefile b/usr.sbin/rpc.statd/Makefile index 044ad3602a2..e958b2ab5ae 100644 --- a/usr.sbin/rpc.statd/Makefile +++ b/usr.sbin/rpc.statd/Makefile @@ -1,3 +1,4 @@ +PACKAGE= nfs PROG= rpc.statd MAN= rpc.statd.8 SRCS= file.c sm_inter_svc.c sm_inter.h statd.c procs.c