1 2.PATH: ${SRCTOP}/sys/dev/hifn 3KMOD = hifn 4SRCS = hifn7751.c opt_hifn.h 5SRCS += device_if.h bus_if.h pci_if.h 6SRCS += opt_bus.h cryptodev_if.h 7 8.if !defined(KERNBUILDDIR) 9opt_hifn.h: 10 echo "#define HIFN_DEBUG 1" > ${.TARGET} 11.endif 12 13.include <bsd.kmod.mk> 14