1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5SUBDIR= cxgb 6SUBDIR+= cxgb_t3fw 7SUBDIR+= ${_tom} 8SUBDIR+= ${_iw_cxgb} 9 10.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" 11_tom= tom 12.if ${MK_OFED} != "no" || defined(ALL_MODULES) 13_iw_cxgb= iw_cxgb 14.endif 15.endif 16 17.include <bsd.subdir.mk> 18