diff options
author | ru <ru@FreeBSD.org> | 2001-06-01 10:57:26 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-06-01 10:57:26 +0000 |
commit | 0c44ad95b85b9c481f5dfda70664f7bc7462a0ff (patch) | |
tree | f654414e6dbb65e34c23c3001f80be06cfddcb9f /sbin/Makefile | |
parent | e576be9a24c311d9bcc8babdedb7ee086cc6f92c (diff) | |
download | FreeBSD-src-0c44ad95b85b9c481f5dfda70664f7bc7462a0ff.zip FreeBSD-src-0c44ad95b85b9c481f5dfda70664f7bc7462a0ff.tar.gz |
- VFS_SET(msdos) -> VFS_SET(msdosfs)
- msdos.ko -> msdosfs.ko
- mount_msdos(8) -> mount_msdosfs(8)
- "msdos" -> "msdosfs" compatibility glue in mount(8)
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 6bb61ec..65581e9 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -43,7 +43,7 @@ SUBDIR= adjkerntz \ mount_cd9660 \ mount_ext2fs \ mount_ifs \ - mount_msdos \ + mount_msdosfs \ mount_nfs \ mount_ntfs \ mount_nullfs \ |