2007-03-14 02:47:38 +00:00
|
|
|
# $FreeBSD$
|
2007-12-15 22:03:19 +00:00
|
|
|
SUBDIR= cxgb
|
|
|
|
SUBDIR+= toecore
|
2007-12-17 08:17:51 +00:00
|
|
|
SUBDIR+= tom
|
2008-05-06 02:31:27 +00:00
|
|
|
SUBDIR+= ${_iw_cxgb}
|
2008-02-26 03:02:20 +00:00
|
|
|
SUBDIR+= cxgb_t3fw
|
2007-03-14 02:47:38 +00:00
|
|
|
|
2008-05-06 02:31:27 +00:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
|
|
_iw_cxgb = iw_cxgb
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${MACHINE_ARCH} == "amd64"
|
|
|
|
_iw_cxgb = iw_cxgb
|
|
|
|
.endif
|
|
|
|
|
2007-12-15 22:03:19 +00:00
|
|
|
.include <bsd.subdir.mk>
|