1HPT27XX= ${SRCTOP}/sys/dev/hpt27xx 2.PATH: ${HPT27XX} 3 4KMOD= hpt27xx 5SRCS= bus_if.h device_if.h pci_if.h 6SRCS+= opt_cam.h opt_scsi.h 7SRCS+= os_bsd.h hpt27xx_os_bsd.c hpt27xx_osm_bsd.c hpt27xx_config.c 8BLOB_OBJS+= ${HPT27XX}/$(MACHINE_ARCH)-elf.hpt27xx_lib.o 9 10.include <bsd.kmod.mk> 11