]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/cxgbe/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / cxgbe / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 SUBDIR = if_cxgbe
6 SUBDIR+= t4_firmware
7 SUBDIR+= t5_firmware
8 SUBDIR+= ${_tom}
9
10 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
11 _tom=           tom
12 .endif
13
14 .include <bsd.subdir.mk>