1#
2# $FreeBSD: releng/10.3/sys/modules/netfpga10g/Makefile 264601 2014-04-17 12:33:26Z bz $
3#
4
5SUBDIR=
6SUBDIR+=	${_nf10bmac}
7
8.if ${MACHINE_CPUARCH} == "mips"
9_nf10bmac=	nf10bmac
10.endif
11
12.include <bsd.subdir.mk>
13