1# $FreeBSD$ 2SUBDIR= cxgb 3SUBDIR+= toecore 4SUBDIR+= tom 5SUBDIR+= ${_iw_cxgb} 6SUBDIR+= cxgb_t3fw 7 8.if ${MACHINE_ARCH} == "i386" 9_iw_cxgb = iw_cxgb 10.endif 11 12.if ${MACHINE_ARCH} == "amd64" 13_iw_cxgb = iw_cxgb 14.endif 15 16.include <bsd.subdir.mk> 17