diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-12-06 20:18:58 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-12-06 20:18:58 +0000 |
commit | 4e376184e91e776fb4cba753cd78b3a10bd3658f (patch) | |
tree | ac4b0703bd855d3efaf6d28000ef4e98c4977792 /sbin/Makefile | |
parent | 51007cbcbcf55ded13128f1a9ec227007f716a21 (diff) |
Remove fdescfs
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index b032d093ca4..6182c29d64c 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.75 2005/11/24 12:08:15 pedro Exp $ +# $OpenBSD: Makefile,v 1.76 2005/12/06 20:18:57 pedro Exp $ # Not ported: XNSrouted enpload scsiformat startslip # Missing: icheck @@ -13,7 +13,6 @@ SUBDIR= atactl badsect bioctl brconfig ccdconfig disklabel dmesg dhclient \ # support for various file systems SUBDIR+= mount_ados SUBDIR+= mount_cd9660 -SUBDIR+= mount_fdesc SUBDIR+= mount_ffs newfs fsck_ffs fsdb dumpfs dump restore clri tunefs fsirand # mount_mfs -> newfs SUBDIR+= mount_msdos newfs_msdos fsck_msdos |