svn commit: r337361 - head/usr.sbin/nfsd
Rick Macklem
rmacklem at FreeBSD.org
Sun Aug 5 20:15:34 UTC 2018
Author: rmacklem
Date: Sun Aug 5 20:15:33 2018
New Revision: 337361
URL: https://svnweb.freebsd.org/changeset/base/337361
Log:
Add pnfsserver.4 to the Makefile for nfsd.
Modified:
head/usr.sbin/nfsd/Makefile
Modified: head/usr.sbin/nfsd/Makefile
==============================================================================
--- head/usr.sbin/nfsd/Makefile Sun Aug 5 20:14:07 2018 (r337360)
+++ head/usr.sbin/nfsd/Makefile Sun Aug 5 20:15:33 2018 (r337361)
@@ -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>
More information about the svn-src-head
mailing list