diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-05-26 01:29:03 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-05-26 01:29:03 +0000 |
commit | 16c626faa1f2b90318b59f0882ee7bb4429f9658 (patch) | |
tree | 272a799b47f2641819adc1cba70353b70073742e | |
parent | 513755e30e48604537c821bfb63e9077bb73694e (diff) |
remove the stackable filesystems
-rw-r--r-- | sbin/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index fe3c6511571..cef1c65a335 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.73 2005/04/08 21:00:35 hshoexer Exp $ +# $OpenBSD: Makefile,v 1.74 2005/05/26 01:29:02 pedro Exp $ # Not ported: XNSrouted enpload scsiformat startslip # Missing: icheck @@ -20,12 +20,9 @@ SUBDIR+= mount_kernfs SUBDIR+= mount_msdos newfs_msdos fsck_msdos SUBDIR+= mount_nfs 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 SUBDIR+= mount_xfs |