]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/cxgb/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / modules / cxgb / Makefile
1 # $FreeBSD$
2 SUBDIR= cxgb
3 SUBDIR+= toecore
4 SUBDIR+= tom
5 SUBDIR+= ${_iw_cxgb}
6 SUBDIR+= 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>