diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/fsck_ext2fs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsck_ext2fs/Makefile b/sbin/fsck_ext2fs/Makefile index d252b3e6657..aff5ee95695 100644 --- a/sbin/fsck_ext2fs/Makefile +++ b/sbin/fsck_ext2fs/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 1997/09/21 11:36:34 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2001/09/18 09:09:43 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_subr.c + pass5.c fsutil.c setup.c utilities.c ext2fs_bswap.c# ext2fs_subr.c .PATH: ${.CURDIR}/../../sys/ufs/ext2fs ${.CURDIR}/../fsck #CFLAGS= -g -I${.CURDIR}/../fsck CFLAGS+= -I${.CURDIR}/../fsck |