Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/fs/lib/libffs include extattr support
details: https://anonhg.NetBSD.org/src/rev/072c2c4a1e6a
branches: trunk
changeset: 755035:072c2c4a1e6a
user: pooka <pooka%NetBSD.org@localhost>
date: Thu May 20 18:23:59 2010 +0000
description:
include extattr support
diffstat:
sys/rump/fs/lib/libffs/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 7b99496d28db -r 072c2c4a1e6a sys/rump/fs/lib/libffs/Makefile
--- a/sys/rump/fs/lib/libffs/Makefile Thu May 20 17:10:42 2010 +0000
+++ b/sys/rump/fs/lib/libffs/Makefile Thu May 20 18:23:59 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2010/03/02 11:29:04 pooka Exp $
+# $NetBSD: Makefile,v 1.12 2010/05/20 18:23:59 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../ufs/ffs ${.CURDIR}/../../../../ufs/ufs
@@ -9,10 +9,10 @@
ffs_snapshot.c ffs_subr.c ffs_tables.c ffs_vfsops.c ffs_vnops.c \
ffs_wapbl.c
-SRCS+= ufs_bmap.c ufs_dirhash.c ufs_ihash.c ufs_inode.c ufs_lookup.c \
- ufs_vfsops.c ufs_vnops.c ufs_wapbl.c
+SRCS+= ufs_bmap.c ufs_dirhash.c ufs_extattr.c ufs_ihash.c ufs_inode.c \
+ ufs_lookup.c ufs_vfsops.c ufs_vnops.c ufs_wapbl.c
-CPPFLAGS+= -DFFS_EI -DUFS_DIRHASH -DWAPBL -DAPPLE_UFS
+CPPFLAGS+= -DFFS_EI -DUFS_DIRHASH -DWAPBL -DAPPLE_UFS -DUFS_EXTATTR
.include <bsd.lib.mk>
.include <bsd.klinks.mk>
Home |
Main Index |
Thread Index |
Old Index