1 2.PATH: ${SRCTOP}/sys/dev/ata 3 4KMOD= ataisa 5SRCS= ata-isa.c 6SRCS+= ata_if.h bus_if.h device_if.h isa_if.h 7 8.include <bsd.kmod.mk> 9