Makefile changes to accomodate new XFS import.

This commit is contained in:
Craig Rodrigues 2006-06-09 06:10:17 +00:00
parent 94ba00f925
commit 4dd5eaba96
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159453

View File

@ -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 \