20d0a5e544
This includes the addition of a new flag "-4" that will force use of the experimental server with nfsv4 support in it. This commit also adds two new man pages to the repository that are NFSv4 specific. One describes the file used by the server to restart nfsv4 services safely. The other is a brief overview of nfsv4 and its setup. Reviewed by: dfr Approved by: kib (mentor)
10 lines
132 B
Makefile
10 lines
132 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
PROG= nfsd
|
|
MAN= nfsd.8 nfsv4.4 stablerestart.5
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|