Index: head/cddl/lib/libzpool/Makefile =================================================================== --- head/cddl/lib/libzpool/Makefile +++ head/cddl/lib/libzpool/Makefile @@ -26,7 +26,7 @@ LIB= zpool -ZFS_COMMON_SRCS= ${ZFS_COMMON_OBJS:C/.o$/.c/} vdev_file.c trim_map.c +ZFS_COMMON_SRCS= ${ZFS_COMMON_OBJS:C/.o$/.c/} trim_map.c ZFS_SHARED_SRCS= ${ZFS_SHARED_OBJS:C/.o$/.c/} KERNEL_SRCS= kernel.c taskq.c util.c LIST_SRCS= list.c Index: head/gnu/usr.bin/binutils/libbfd/Makefile.amd64 =================================================================== --- head/gnu/usr.bin/binutils/libbfd/Makefile.amd64 +++ head/gnu/usr.bin/binutils/libbfd/Makefile.amd64 @@ -9,7 +9,6 @@ SRCS+= elf64-x86-64.c \ efi-app-x86_64.c \ - efi-app-ia32.c \ elf64.c \ elf64-gen.c \ elf64-target.h \ Index: head/usr.bin/svn/lib/libsvn_client/Makefile =================================================================== --- head/usr.bin/svn/lib/libsvn_client/Makefile +++ head/usr.bin/svn/lib/libsvn_client/Makefile @@ -12,7 +12,7 @@ copy_foreign.c ctx.c delete.c deprecated.c diff.c \ diff_local.c diff_summarize.c export.c externals.c import.c \ info.c iprops.c list.c locking_commands.c log.c merge.c \ - mergeinfo.c mtcc.c patch.c log.c prop_commands.c \ + mergeinfo.c mtcc.c patch.c prop_commands.c \ ra.c relocate.c repos_diff.c resolved.c revert.c revisions.c \ status.c switch.c update.c upgrade.c url.c util.c version.c