1# $FreeBSD: releng/11.0/sys/modules/vnic/Makefile 300294 2016-05-20 11:00:06Z wma $
2
3SYSDIR?=${.CURDIR}/../..
4.include "${SYSDIR}/conf/kern.opts.mk"
5
6CFLAGS+=	-DFDT
7
8SUBDIR = mrmlbus thunder_mdio thunder_bgx vnicpf vnicvf
9
10.include <bsd.subdir.mk>
11