1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../kern 4 5KMOD= firmware 6SRCS= subr_firmware.c vnode_if.h 7 8.include <bsd.kmod.mk> 9