diff options
author | peter <peter@FreeBSD.org> | 2002-07-24 22:14:27 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-07-24 22:14:27 +0000 |
commit | c9fa07c0ac2bf4c227cc524ffe9ef7373576ebc7 (patch) | |
tree | c3fd487bc6138b3029c3060c9d1052b7b8170071 /sbin | |
parent | 706c5bcb24a630e548f55406f5829208b24eb06e (diff) | |
download | FreeBSD-src-c9fa07c0ac2bf4c227cc524ffe9ef7373576ebc7.zip FreeBSD-src-c9fa07c0ac2bf4c227cc524ffe9ef7373576ebc7.tar.gz |
Turn nfsiod back on. It is basically now just a sysctl wrapper that also
arranges a kldload of the nfs client file system code if necessary.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 177a947..5085f4a 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -53,6 +53,7 @@ SUBDIR= adjkerntz \ natd \ newfs \ newfs_msdos \ + nfsiod \ nologin \ nos-tun \ ping \ |