Add pnfsserver.4 to the Makefile for nfsd.

This commit is contained in:
Rick Macklem 2018-08-05 20:15:33 +00:00
parent d47b206871
commit 69934c3d64

View File

@ -2,6 +2,6 @@
# $FreeBSD$
PROG= nfsd
MAN= nfsd.8 nfsv4.4 stablerestart.5 pnfs.4
MAN= nfsd.8 nfsv4.4 stablerestart.5 pnfs.4 pnfsserver.4
.include <bsd.prog.mk>