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