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