diff options
-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 |