1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../dev/hifn 4KMOD = hifn 5SRCS = hifn7751.c 6SRCS += device_if.h bus_if.h pci_if.h 7SRCS += opt_bdg.h opt_bus.h crypto_if.h 8 9.include <bsd.kmod.mk> 10