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:
Enji Cooper 2015-01-01 04:10:56 +00:00
parent ab4c2818f2
commit bc5c3aad41

View File

@ -13,3 +13,5 @@ SYSDIR= ${_dir}
.endif
.include "${SYSDIR}/conf/kmod.mk"
.include <bsd.sys.mk>