mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 21:36:47 -04:00
9 lines
161 B
Makefile
9 lines
161 B
Makefile
|
|
SYSDIR?=${SRCTOP}/sys
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
|
|
|
CFLAGS+= -DFDT
|
|
|
|
SUBDIR = mrmlbus thunder_mdio thunder_bgx vnicpf vnicvf
|
|
|
|
.include <bsd.subdir.mk>
|