Makefile revision 319182
1# $FreeBSD: stable/11/sys/modules/vnic/Makefile 319182 2017-05-30 04:11:12Z ngie $
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