1# $FreeBSD$ 2 3.PATH: ${SRCTOP}/sys/dev/esp 4 5KMOD= esp 6SRCS= device_if.h esp_pci.c ${esp_sbus} bus_if.h ncr53c9x.c ${ofw_bus_if} 7SRCS+= opt_cam.h pci_if.h 8 9.include <bsd.kmod.mk> 10