1# 2# 3 4CXGBE= ${SRCTOP}/sys/dev/cxgbe 5.PATH: ${CXGBE} 6 7KMOD= if_cc 8SRCS= if_cc.c 9 10.include <bsd.kmod.mk> 11