From bc5c3aad41fef966a6b82cefa6fa1a166bb512cb Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Thu, 1 Jan 2015 04:10:56 +0000 Subject: [PATCH] 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 --- share/mk/bsd.kmod.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/mk/bsd.kmod.mk b/share/mk/bsd.kmod.mk index 09ac8e3de342..fd4f993de7cb 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