mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 08:55:18 -04:00
Unbreak the build for some modules that depend on -std flags to be passed
through via CFLAGS, as noted by Jenkins when building sparc64 by re-adding bsd.sys.mk to bsd.kmod.mk: https://jenkins.freebsd.org/job/FreeBSD_HEAD_sparc64/225/changes Tested with: % cd /sys/modules/bce; make obj; make depend; make all
This commit is contained in:
parent
ab4c2818f2
commit
bc5c3aad41
1 changed files with 2 additions and 0 deletions
|
|
@ -13,3 +13,5 @@ SYSDIR= ${_dir}
|
|||
.endif
|
||||
|
||||
.include "${SYSDIR}/conf/kmod.mk"
|
||||
|
||||
.include <bsd.sys.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue