aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2002-04-14 16:36:49 +0000
committerScott Long <scottl@FreeBSD.org>2002-04-14 16:36:49 +0000
commitdf263cbd02e7d06e3126432df892aa4a279614b3 (patch)
tree25cd0df2ba1eeb83992f52dfd0f4ec6451b739e8 /sbin
parentca991461063da749c889aa8b1c7150813c4efaf0 (diff)
downloadsrc-df263cbd02e7d06e3126432df892aa4a279614b3.tar.gz
src-df263cbd02e7d06e3126432df892aa4a279614b3.zip
Add a filesystem driver for the Universal Disk Format. For more info,
see http://people.freebsd.org/~scottl/udf MFC after: when asmodai gets the backport done Prodded by: phk asmodai des
Notes
Notes: svn path=/head/; revision=94658
Diffstat (limited to 'sbin')
-rw-r--r--sbin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index f833e4c2bd8a..a0cfa58e7ffb 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -49,6 +49,7 @@ SUBDIR= adjkerntz \
mount_nullfs \
mount_portalfs \
mount_std \
+ mount_udf \
mount_umapfs \
mount_unionfs \
mountd \