diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-18 13:31:30 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-18 13:31:30 +0000 |
commit | 5b5c4e9216729cfa42529d89bc47bf31b6381330 (patch) | |
tree | cbfd02c753790659a0211d48233fa6a64715ada1 /sbin/fsck_ext2fs/Makefile | |
parent | 111a8740a7bd5c414d6c6dba71c3d859431cc5df (diff) |
cleanup
Diffstat (limited to 'sbin/fsck_ext2fs/Makefile')
-rw-r--r-- | sbin/fsck_ext2fs/Makefile | 5 |
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> |