diff options
author | alfred <alfred@FreeBSD.org> | 2004-01-06 21:05:13 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2004-01-06 21:05:13 +0000 |
commit | fbfb1488fd64e44ed8f93cf88a2d5b8323f363d3 (patch) | |
tree | c26cffb1b756bbda545fcf5dbc2ff6e329a8485b /sbin/Makefile | |
parent | 5fc39205a99209936c8697b7fcd8623deb3d25f0 (diff) | |
download | FreeBSD-src-fbfb1488fd64e44ed8f93cf88a2d5b8323f363d3.zip FreeBSD-src-fbfb1488fd64e44ed8f93cf88a2d5b8323f363d3.tar.gz |
Hook mount_nfs4 to the build.
Noticed by: rwatson
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 5e49d8f..58b004b 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -44,6 +44,7 @@ SUBDIR= adjkerntz \ mount_ext2fs \ mount_msdosfs \ mount_nfs \ + mount_nfs4 \ mount_ntfs \ mount_nullfs \ mount_std \ |