diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-18 09:09:44 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-18 09:09:44 +0000 |
commit | 67b673f2fd0a08546d7591750be5a11133e79026 (patch) | |
tree | 74166a1adbd802ef20c451f8c67c503829e5119c /sbin | |
parent | 41599306fb16c4e10ecca6a563d19e49f96aec18 (diff) |
please big-endian systems
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 |