1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../dev/asmc 4 5KMOD= asmc 6SRCS= asmc.c bus_if.h device_if.h isa_if.h 7 8.include <bsd.kmod.mk> 9