1# $FreeBSD$
2
3SYSDIR?=${SRCTOP}/sys
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