Index: sys/modules/hpt27xx/Makefile
===================================================================
--- sys/modules/hpt27xx/Makefile
+++ sys/modules/hpt27xx/Makefile
@@ -6,6 +6,6 @@
 SRCS=	bus_if.h device_if.h pci_if.h
 SRCS+=	opt_cam.h opt_scsi.h
 SRCS+=	os_bsd.h hpt27xx_os_bsd.c hpt27xx_osm_bsd.c hpt27xx_config.c
-OBJS+=	${HPT27XX}/$(MACHINE_ARCH)-elf.hpt27xx_lib.o
+EXTRA_OBJS+=	${HPT27XX}/$(MACHINE_ARCH)-elf.hpt27xx_lib.o
 
 .include <bsd.kmod.mk>