diff options
author | rafan <rafan@FreeBSD.org> | 2007-06-25 05:06:57 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-06-25 05:06:57 +0000 |
commit | ff392b04b74152c589e9f14ea31c47885b30f255 (patch) | |
tree | e25bb945a43065c7209e5ce70cacca6e5925c8b5 /rescue | |
parent | c929d3d5a396a1c17fc61042ec7a1052060830b5 (diff) | |
download | FreeBSD-src-ff392b04b74152c589e9f14ea31c47885b30f255.zip FreeBSD-src-ff392b04b74152c589e9f14ea31c47885b30f255.tar.gz |
- Remove UMAP filesystem. It was disconnected from build three years ago,
and it is seriously broken.
Discussed on: freebsd-arch@
Approved by: re (mux)
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 9243d1a..23bea89 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -113,7 +113,7 @@ CRUNCH_PROGS_sbin= atacontrol badsect bsdlabel \ kldconfig kldload kldstat kldunload ldconfig \ md5 mdconfig mdmfs mknod mount mount_cd9660 \ mount_msdosfs mount_nfs mount_ntfs mount_nullfs \ - mount_udf mount_umapfs mount_unionfs newfs \ + mount_udf mount_unionfs newfs \ newfs_msdos nos-tun ping reboot \ restore rcorder route routed rtquery rtsol savecore \ slattach spppcontrol startslip swapon sysctl tunefs umount |