diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-10 10:29:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-10 10:29:54 +0000 |
commit | 467cb0a471d13c5186a6ee166e60b47c30da64e9 (patch) | |
tree | cfade242984214ec2302c0f20a4e123a35b72a86 /sbin/Makefile | |
parent | c938c713ec80bef8267695e91d2f0f2b7fb12439 (diff) |
build newfs_msdos
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 78f737c30c0..fcda1306e44 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 1996/06/03 22:08:24 niklas Exp $ +# $OpenBSD: Makefile,v 1.12 1996/06/10 10:29:53 deraadt Exp $ # $NetBSD: Makefile,v 1.29 1996/05/14 17:39:21 ws Exp $ # Not ported: XNSrouted enpload scsiformat startslip @@ -17,7 +17,7 @@ SUBDIR+= mount_ffs newfs fsck_ffs fsdb dumpfs dump restore clri tunefs SUBDIR+= mount_kernfs SUBDIR+= mount_lfs newlfs dumplfs # mount_mfs -> newfs -SUBDIR+= mount_msdos fsck_msdos +SUBDIR+= mount_msdos newfs_msdos fsck_msdos SUBDIR+= mount_nfs SUBDIR+= mount_null SUBDIR+= mount_portal |