diff options
author | rmacklem <rmacklem@FreeBSD.org> | 2009-05-21 16:27:47 +0000 |
---|---|---|
committer | rmacklem <rmacklem@FreeBSD.org> | 2009-05-21 16:27:47 +0000 |
commit | 53187f61be4355772a244568043cea724bdf24c0 (patch) | |
tree | 045f1a082e1e26173ebf9f3b310225b8937000e5 /etc/mtree | |
parent | 77fae8a219c6b35f35d8806401f04db495f0ea4b (diff) | |
download | FreeBSD-src-53187f61be4355772a244568043cea724bdf24c0.zip FreeBSD-src-53187f61be4355772a244568043cea724bdf24c0.tar.gz |
Modify src/etc/mtree/BSD.include.dist and src/include/Makefile
so that the .h files in src/sys/fs/nfs will be installed under
/usr/include/fs/nfs. This will allow the following utilities to
build, once additions and changes for the experimental nfs subsystem
are committed:
usr.sbin/mountd - Once modified to add support for the
experimental nfs subsystem.
ur.sbin/nfsstat - Once modified to add support for the
experimental nfs subsystem.
usr.sbin/nfscbd - The client side callback daemon for NFSv4.
usr.sbin/nfsuserd - The NFSv4 user/group name<->uid/gid mapping daemon.
usr.sbin/nfsdumpstate - The NFSv4 utility for dumping open/lock state.
usr.sbin/nfsrevoke - The sysadmin command for revoking NFSv4 state.
Approved by: kib (mentor)
Diffstat (limited to 'etc/mtree')
-rw-r--r-- | etc/mtree/BSD.include.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist index 6358071..5b953b5 100644 --- a/etc/mtree/BSD.include.dist +++ b/etc/mtree/BSD.include.dist @@ -136,6 +136,8 @@ .. msdosfs .. + nfs + .. ntfs .. nullfs |