diff options
author | scottl <scottl@FreeBSD.org> | 2002-04-14 16:36:49 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2002-04-14 16:36:49 +0000 |
commit | c611b0542acca999ad5cfe7fcddbf7037fa88bb3 (patch) | |
tree | 25cd0df2ba1eeb83992f52dfd0f4ec6451b739e8 /sbin | |
parent | 67bfdd081abe0b740ddddbccb37a9d16ee08db06 (diff) | |
download | FreeBSD-src-c611b0542acca999ad5cfe7fcddbf7037fa88bb3.zip FreeBSD-src-c611b0542acca999ad5cfe7fcddbf7037fa88bb3.tar.gz |
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
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index f833e4c..a0cfa58 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 \ |