11 lines
176 B
Makefile
11 lines
176 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
SYSDIR?=${.CURDIR}/../..
|
||
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
||
|
|
||
|
CFLAGS+= -DFDT
|
||
|
|
||
|
SUBDIR = mrmlbus thunder_mdio thunder_bgx vnicpf vnicvf
|
||
|
|
||
|
.include <bsd.subdir.mk>
|