diff options
author | 1996-06-10 10:29:53 +0000 | |
---|---|---|
committer | 1996-06-10 10:29:53 +0000 | |
commit | 9f6223fe84f93ab2d6ba65b3230c91bf4f5b23ea (patch) | |
tree | 77ab4a3a1fc0e04b8ed150e3dd0e96abd767d5d5 | |
parent | Include <machine/cpu.h>. (diff) | |
download | wireguard-openbsd-9f6223fe84f93ab2d6ba65b3230c91bf4f5b23ea.tar.xz wireguard-openbsd-9f6223fe84f93ab2d6ba65b3230c91bf4f5b23ea.zip |
build newfs_msdos
-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 |