compile in snapshot code

This commit is contained in:
pooka 2009-04-06 20:46:44 +00:00
parent eafbd6f42b
commit e9d1ffe915
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2009/02/22 20:28:06 ad Exp $
# $NetBSD: Makefile,v 1.8 2009/04/06 20:46:44 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../ufs/ffs
@ -6,10 +6,10 @@
LIB= rumpfs_ffs
SRCS= ffs_alloc.c ffs_appleufs.c ffs_balloc.c ffs_bswap.c ffs_inode.c \
ffs_subr.c ffs_tables.c ffs_vfsops.c \
ffs_vnops.c ffs_snapshot.c ffs_wapbl.c
ffs_snapshot.c ffs_subr.c ffs_tables.c ffs_vfsops.c ffs_vnops.c \
ffs_wapbl.c
CPPFLAGS+= -DFFS_NO_SNAPSHOT -DFFS_EI -DWAPBL -DAPPLE_UFS
CPPFLAGS+= -DFFS_EI -DWAPBL -DAPPLE_UFS
CFLAGS+= -Wno-pointer-sign
.include <bsd.lib.mk>