aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/xfs
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2006-06-09 06:10:17 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2006-06-09 06:10:17 +0000
commit4dd5eaba96ef8bf99b8bc60672d0c174cc419c2e (patch)
tree25aeb50efcf19c659cd0258c7cd79c48a2fe6baa /sys/modules/xfs
parent94ba00f925d6ec9e7eb1517fdc519cc57f1e14e6 (diff)
downloadsrc-4dd5eaba96ef8bf99b8bc60672d0c174cc419c2e.tar.gz
src-4dd5eaba96ef8bf99b8bc60672d0c174cc419c2e.zip
Makefile changes to accomodate new XFS import.
Notes
Notes: svn path=/head/; revision=159453
Diffstat (limited to 'sys/modules/xfs')
-rw-r--r--sys/modules/xfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/xfs/Makefile b/sys/modules/xfs/Makefile
index d8cbbdfefc8a..5d7ce509771f 100644
--- a/sys/modules/xfs/Makefile
+++ b/sys/modules/xfs/Makefile
@@ -28,6 +28,7 @@ SRCS = vnode_if.h \
xfs_dir_leaf.c \
xfs_error.c \
xfs_extfree_item.c \
+ xfs_freebsd_iget.c \
xfs_fsops.c \
xfs_ialloc.c \
xfs_ialloc_btree.c \
@@ -38,7 +39,6 @@ SRCS = vnode_if.h \
xfs_dfrag.c \
xfs_log.c \
xfs_log_recover.c \
- xfs_macros.c \
xfs_mount.c \
xfs_rename.c \
xfs_trans.c \