1 2CXGB = ${SRCTOP}/sys/dev/cxgb 3.PATH: ${CXGB} 4 5KMOD= cxgb_t3fw 6SRCS+= cxgb_t3fw.c 7CFLAGS+= -g -I${CXGB} 8 9.include <bsd.kmod.mk> 10