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_bus.h cryptodev_if.h 8 9.if !defined(KERNBUILDDIR) 10opt_hifn.h: 11 echo "#define HIFN_DEBUG 1" > ${.TARGET} 12.endif 13 14.include <bsd.kmod.mk> 15