summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-08-01 04:03:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-08-01 04:03:59 +0000
commitc9656b1f7d64636a176f295ee887d30a325b8bdb (patch)
tree048bc047be12268e4d4203ba5f41c71d160ffb29
parenta05bd187f9255e7655cb8a0f4a0a18e6ddc1eb60 (diff)
yuck
-rw-r--r--sbin/fsck_ext2fs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/fsck_ext2fs/Makefile b/sbin/fsck_ext2fs/Makefile
index 8fbd8bb19f2..cf3fa1ceaa1 100644
--- a/sbin/fsck_ext2fs/Makefile
+++ b/sbin/fsck_ext2fs/Makefile
@@ -1,10 +1,9 @@
-# $OpenBSD: Makefile,v 1.4 1997/06/14 07:08:36 downsj Exp $
+# $OpenBSD: Makefile,v 1.5 1997/08/01 04:03:58 deraadt Exp $
# $NetBSD: Makefile,v 1.1 1997/06/11 11:21:45 bouyer Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= fsck_ext2fs
MAN= fsck_ext2fs.8
-MLINKS= fsck_ext2fs.8 e2fsck.8
SRCS= dir.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \
pass5.c fsutil.c setup.c utilities.c# ext2fs_subr.c
.PATH: ${.CURDIR}/../../sys/ufs/ext2fs ${.CURDIR}/../fsck