]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cxgbe/Makefile
Add NetBSD's mtree to the tree and install it as nmtree as the first step
[FreeBSD/FreeBSD.git] / sys / modules / cxgbe / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 SUBDIR = if_cxgbe
6 SUBDIR+= firmware
7 SUBDIR+= ${_tom}
8
9 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
10 _tom=           tom
11 .endif
12
13 .include <bsd.subdir.mk>