diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2006-05-16 22:12:55 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2006-05-16 22:12:55 +0000 |
commit | 9656403594212dfa38592b2afebb0948523074fd (patch) | |
tree | 637f4a4c68ad7fe8eca5556de9c79b0a77514957 /sbin/Makefile | |
parent | 051bc9bd7f3045234ba3f4fda270debcfab9da78 (diff) | |
download | FreeBSD-src-9656403594212dfa38592b2afebb0948523074fd.zip FreeBSD-src-9656403594212dfa38592b2afebb0948523074fd.tar.gz |
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
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 d96d29a..97e3d7c 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 \ |