summaryrefslogtreecommitdiff
path: root/sbin/fsck_ext2fs/Makefile
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-09-18 13:31:30 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-09-18 13:31:30 +0000
commit5b5c4e9216729cfa42529d89bc47bf31b6381330 (patch)
treecbfd02c753790659a0211d48233fa6a64715ada1 /sbin/fsck_ext2fs/Makefile
parent111a8740a7bd5c414d6c6dba71c3d859431cc5df (diff)
cleanup
Diffstat (limited to 'sbin/fsck_ext2fs/Makefile')
-rw-r--r--sbin/fsck_ext2fs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/fsck_ext2fs/Makefile b/sbin/fsck_ext2fs/Makefile
index aff5ee95695..a69ca0d7144 100644
--- a/sbin/fsck_ext2fs/Makefile
+++ b/sbin/fsck_ext2fs/Makefile
@@ -1,11 +1,10 @@
-# $OpenBSD: Makefile,v 1.7 2001/09/18 09:09:43 art Exp $
+# $OpenBSD: Makefile,v 1.8 2001/09/18 13:31:29 art Exp $
PROG= fsck_ext2fs
MAN= fsck_ext2fs.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_bswap.c# ext2fs_subr.c
+ pass5.c fsutil.c setup.c utilities.c ext2fs_bswap.c
.PATH: ${.CURDIR}/../../sys/ufs/ext2fs ${.CURDIR}/../fsck
-#CFLAGS= -g -I${.CURDIR}/../fsck
CFLAGS+= -I${.CURDIR}/../fsck
.include <bsd.prog.mk>