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