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