summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.kmod.mk
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-05-19 23:18:21 +0000
committerkris <kris@FreeBSD.org>2001-05-19 23:18:21 +0000
commit3252dc5107a4f4a57fac1274dac76f4212b58018 (patch)
treeddfd198217a004ce1ab17349fb5b0668c701324d /share/mk/bsd.kmod.mk
parenta8fdb15db6fec27e9ebc57586662b2c7de9f1406 (diff)
downloadFreeBSD-src-3252dc5107a4f4a57fac1274dac76f4212b58018.zip
FreeBSD-src-3252dc5107a4f4a57fac1274dac76f4212b58018.tar.gz
Bring in the WARNS directive from NetBSD, localized in a new bsd.sys.mk
to avoid polluting sys.mk. This directive controls the addition of compiler warning flags to CFLAGS in a relatively compiler-neutral manner. The idea is that WARNS can be set in Makefile.inc or in individual Makefiles as they become clean, to prevent the introduction of new warnings in the code. -Werror is added by default
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 73f9c14..586369f 100644
--- a/share/mk/bsd.kmod.mk
+++ b/share/mk/bsd.kmod.mk
@@ -11,3 +11,5 @@ SYSDIR= ${_dir}
.endif
.include "${SYSDIR}/conf/kmod.mk"
+
+.include <bsd.sys.mk>
OpenPOWER on IntegriCloud