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 /sbin/Makefile | |
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 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 361598a..f510e4d 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -59,7 +59,6 @@ SUBDIR= adjkerntz \ mount_ntfs \ mount_nullfs \ mount_udf \ - mount_umapfs \ mount_unionfs \ natd \ newfs \ |