Makefile (7df01cd58344ab9b2a2e859022eccb213f57b26b) | Makefile (e7989722c0ec3f78efb301fd9bfbd320fe0968da) |
---|---|
1# $FreeBSD$ 2SUBDIR= cxgb 3SUBDIR+= toecore 4SUBDIR+= tom | 1# $FreeBSD$ 2SUBDIR= cxgb 3SUBDIR+= toecore 4SUBDIR+= tom |
5SUBDIR+= iw_cxgb | 5SUBDIR+= ${_iw_cxgb} |
6SUBDIR+= cxgb_t3fw 7 | 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 |
|
8.include <bsd.subdir.mk> | 16.include <bsd.subdir.mk> |