diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-03-29 17:55:40 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-03-29 17:55:40 +0000 |
commit | 0e3bcd1ac7e13d5aa28fe4c51f3eb37a442c8f9f (patch) | |
tree | bc9099d7207015c2ccd916df0b71e0a7d26620c7 | |
parent | 5f8e7b796460e3499b69692214941c770e8cae1a (diff) |
+mount_udf
-rw-r--r-- | sbin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 42cc61fafe8..3c828d9bd13 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.70 2005/02/21 13:33:09 damien Exp $ +# $OpenBSD: Makefile,v 1.71 2005/03/29 17:55:39 pedro Exp $ # Not ported: XNSrouted enpload scsiformat startslip # Missing: icheck @@ -23,6 +23,7 @@ SUBDIR+= mount_ntfs SUBDIR+= mount_null SUBDIR+= mount_portal SUBDIR+= mount_procfs +SUBDIR+= mount_udf SUBDIR+= mount_umap SUBDIR+= mount_union SUBDIR+= mount_ext2fs fsck_ext2fs |