This commit is contained in:
pooka 2007-09-24 01:31:07 +00:00
parent 609dd932e5
commit 1d4d5500dc
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2007/08/07 10:16:57 pooka Exp $
# $NetBSD: Makefile,v 1.3 2007/09/24 01:31:07 pooka Exp $
#
.include <bsd.own.mk>
@ -11,7 +11,7 @@ SRCS= ffs_alloc.c ffs_balloc.c ffs_bswap.c ffs_inode.c \
ffs_softdep.stub.c ffs_subr.c ffs_tables.c ffs_vfsops.c \
ffs_vnops.c ffs_snapshot.c
CPPFLAGS+= -DFFS_NO_SNAPSHOT
CPPFLAGS+= -DFFS_NO_SNAPSHOT -DFFS_EI
CFLAGS+= -Wno-pointer-sign
.include <bsd.lib.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2007/08/15 22:22:14 pooka Exp $
# $NetBSD: Makefile,v 1.4 2007/09/24 01:31:07 pooka Exp $
#
.include <bsd.own.mk>
@ -10,7 +10,7 @@ LIB= ufs
SRCS= ufs_bmap.c ufs_dirhash.c ufs_ihash.c ufs_inode.c ufs_lookup.c \
ufs_vfsops.c ufs_vnops.c
CPPFLAGS+= -DUFS_DIRHASH
CPPFLAGS+= -DUFS_DIRHASH -DFFS_EI
.include <bsd.lib.mk>
.include <bsd.klinks.mk>