Add pnfsserver.4 to the Makefile for nfsd.

This commit is contained in:
rmacklem 2018-08-05 20:15:33 +00:00
parent 680f259c32
commit ff1b5b6d07

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>