1# $FreeBSD$ 2 3CXGB = ${.CURDIR}/../../../dev/cxgb 4.PATH: ${CXGB} 5 6KMOD= cxgb_t3fw 7SRCS+= cxgb_t3fw.c 8 9.include <bsd.kmod.mk>