diff options
author | 1997-06-14 05:08:19 +0000 | |
---|---|---|
committer | 1997-06-14 05:08:19 +0000 | |
commit | 329ce0413aac31b180b96860e255f7eba55fd2f6 (patch) | |
tree | 397e39c95e5ce101c5b547b419f1613a0384e686 | |
parent | s/malloc.h/stdlib.h in pass5.c, and actually malloc() enough memory in (diff) | |
download | wireguard-openbsd-329ce0413aac31b180b96860e255f7eba55fd2f6.tar.xz wireguard-openbsd-329ce0413aac31b180b96860e255f7eba55fd2f6.zip |
fsck_ext2fs works now.
-rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 2a176a7b1eb..02894dbbb2f 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 1997/04/24 08:17:23 downsj Exp $ +# $OpenBSD: Makefile,v 1.26 1997/06/14 05:08:19 downsj Exp $ # $NetBSD: Makefile,v 1.29 1996/05/14 17:39:21 ws Exp $ # Not ported: XNSrouted enpload scsiformat startslip @@ -23,7 +23,7 @@ SUBDIR+= mount_portal SUBDIR+= mount_procfs SUBDIR+= mount_umap SUBDIR+= mount_union -SUBDIR+= mount_ext2fs +SUBDIR+= mount_ext2fs fsck_ext2fs .if make(clean) || make(cleandir) || make(obj) SUBDIR+= bim config_slot edlabel fdisk pcmcia_cntrl |