diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2006-11-22 22:55:54 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2006-11-22 22:55:54 +0000 |
commit | f050d31b0b670b2ec4dea9c80d4301cdca446f86 (patch) | |
tree | 634ef9b5a69eb0d9386f244052e4e5a302a7164f /rescue | |
parent | 3c5d5c9c84325f3e636b8c572ef85ba5c9e8d672 (diff) | |
download | FreeBSD-src-f050d31b0b670b2ec4dea9c80d4301cdca446f86.zip FreeBSD-src-f050d31b0b670b2ec4dea9c80d4301cdca446f86.tar.gz |
Remove mount_ext2fs.
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/rescue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 240e347..4ca13db 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -111,7 +111,7 @@ CRUNCH_PROGS_sbin= atacontrol badsect bsdlabel \ dumpfs dumpon fsck fsck_ffs fsck_msdosfs fsdb \ fsirand gbde ifconfig init \ kldconfig kldload kldstat kldunload ldconfig \ - md5 mdconfig mdmfs mknod mount mount_cd9660 mount_ext2fs \ + md5 mdconfig mdmfs mknod mount mount_cd9660 \ mount_msdosfs mount_nfs mount_ntfs mount_nullfs \ mount_udf mount_umapfs mount_unionfs newfs \ newfs_msdos nos-tun ping reboot \ |