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/libext2fs Add new file to fix the build.



details:   https://anonhg.NetBSD.org/src/rev/1edab77cc5c8
branches:  trunk
changeset: 347081:1edab77cc5c8
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Aug 12 20:25:34 2016 +0000

description:
Add new file to fix the build.

diffstat:

 sys/rump/fs/lib/libext2fs/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e204e57a7d8f -r 1edab77cc5c8 sys/rump/fs/lib/libext2fs/Makefile
--- a/sys/rump/fs/lib/libext2fs/Makefile        Fri Aug 12 19:08:54 2016 +0000
+++ b/sys/rump/fs/lib/libext2fs/Makefile        Fri Aug 12 20:25:34 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2016/06/24 21:31:30 christos Exp $
+#      $NetBSD: Makefile,v 1.8 2016/08/12 20:25:34 martin Exp $
 #
 
 .PATH:  ${.CURDIR}/../../../../ufs/ext2fs
@@ -9,7 +9,8 @@
 SRCS=  ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c ext2fs_bswap.c     \
        ext2fs_hash.c ext2fs_htree.c \
        ext2fs_extents.c ext2fs_inode.c ext2fs_lookup.c ext2fs_readwrite.c \
-       ext2fs_rename.c ext2fs_subr.c ext2fs_vfsops.c ext2fs_vnops.c
+       ext2fs_rename.c ext2fs_subr.c ext2fs_vfsops.c ext2fs_vnops.c \
+       ext2fs_xattr.c
 
 .include <bsd.lib.mk>
 .include <bsd.klinks.mk>



Home | Main Index | Thread Index | Old Index