aboutsummaryrefslogtreecommitdiff
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2006-05-16 22:12:55 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2006-05-16 22:12:55 +0000
commit45dcb91f8135a5e5a94303333a0a3e024f4578dc (patch)
tree637f4a4c68ad7fe8eca5556de9c79b0a77514957 /sbin/Makefile
parent5815047b57216689fa95fe6d9caef4390a5df140 (diff)
downloadsrc-45dcb91f8135a5e5a94303333a0a3e024f4578dc.tar.gz
src-45dcb91f8135a5e5a94303333a0a3e024f4578dc.zip
Disconnect mount_reiserfs from build.
It is no longer needed, because "mount -t reiserfs" calls nmount(2) directly to mount a ReiserFS file system without the use of this external mount program. Approved by: dumbbell
Notes
Notes: svn path=/head/; revision=158666
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index d96d29a4f8f2..97e3d7c19e48 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -59,7 +59,6 @@ SUBDIR= adjkerntz \
mount_nfs4 \
mount_ntfs \
mount_nullfs \
- mount_reiserfs \
mount_std \
mount_udf \
mount_umapfs \