Makefile revision 237263
1#
2# $FreeBSD: head/sys/modules/cxgbe/Makefile 237263 2012-06-19 07:34:13Z np $
3#
4
5SUBDIR = if_cxgbe
6SUBDIR+= firmware
7SUBDIR+= ${_tom}
8
9.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
10_tom=		tom
11.endif
12
13.include <bsd.subdir.mk>
14