summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.kmod.mk
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-01 04:10:56 +0000
committerngie <ngie@FreeBSD.org>2015-01-01 04:10:56 +0000
commitbbae578a48b88444f6fc50a5118f0a92669df073 (patch)
tree43fe4b4f87d5372ffc303fdb6d0b789b54fb4a34 /share/mk/bsd.kmod.mk
parent22d857390ce169f705038d92966a34095c7ec008 (diff)
downloadFreeBSD-src-bbae578a48b88444f6fc50a5118f0a92669df073.zip
FreeBSD-src-bbae578a48b88444f6fc50a5118f0a92669df073.tar.gz
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
Diffstat (limited to 'share/mk/bsd.kmod.mk')
-rw-r--r--share/mk/bsd.kmod.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/mk/bsd.kmod.mk b/share/mk/bsd.kmod.mk
index 09ac8e3..fd4f993 100644
--- a/share/mk/bsd.kmod.mk
+++ b/share/mk/bsd.kmod.mk
@@ -13,3 +13,5 @@ SYSDIR= ${_dir}
.endif
.include "${SYSDIR}/conf/kmod.mk"
+
+.include <bsd.sys.mk>
OpenPOWER on IntegriCloud