mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 23:04:36 -04:00
8 lines
121 B
Makefile
8 lines
121 B
Makefile
|
|
SYSDIR?=${SRCTOP}/sys
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
|
|
|
SUBDIR= cxgb
|
|
SUBDIR+= cxgb_t3fw
|
|
|
|
.include <bsd.subdir.mk>
|