diff options
author | rmacklem <rmacklem@FreeBSD.org> | 2009-05-26 15:19:04 +0000 |
---|---|---|
committer | rmacklem <rmacklem@FreeBSD.org> | 2009-05-26 15:19:04 +0000 |
commit | 2864c5d543e6e9084ecdc1a66dab4d64fceed270 (patch) | |
tree | be1fc6c137a6a2e03956eb1e9cf11f4b2f37ded1 /usr.sbin/nfscbd/Makefile | |
parent | 8765020747943ee9a002927002b90186ea1f13c9 (diff) | |
download | FreeBSD-src-2864c5d543e6e9084ecdc1a66dab4d64fceed270.zip FreeBSD-src-2864c5d543e6e9084ecdc1a66dab4d64fceed270.tar.gz |
Add two new utilities and two new daemons to /usr/src/usr.sbin that
are specifically used by the experimental nfsv4 subsystem.
nfscbd - The NFSv4 client callback daemon.
nfsuserd - The NFSv4 daemon that maps between user and group name
and their corresponding uid/gid numbers.
nfsdumpstate - A utility that dumps out the NFSv4 Open/Lock state.
nfsrevoke - Administratively revokes an NFSv4 client, releasing all
NFSv4 Open/Lock state it holds on the server.
Approved by: kib (mentor)
Diffstat (limited to 'usr.sbin/nfscbd/Makefile')
-rw-r--r-- | usr.sbin/nfscbd/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/nfscbd/Makefile b/usr.sbin/nfscbd/Makefile new file mode 100644 index 0000000..1e11e3a --- /dev/null +++ b/usr.sbin/nfscbd/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +PROG= nfscbd +MAN= nfscbd.8 + +.include <bsd.prog.mk> |