Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110012418
D37592.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
824 B
Referenced Files
None
Subscribers
None
D37592.diff
View Options
diff --git a/share/mk/bsd.kmod.mk b/share/mk/bsd.kmod.mk
--- a/share/mk/bsd.kmod.mk
+++ b/share/mk/bsd.kmod.mk
@@ -1,4 +1,6 @@
# $FreeBSD$
+.-include <local.kmod.mk>
+
.include <bsd.sysdir.mk>
.include "${SYSDIR}/conf/kmod.mk"
diff --git a/share/mk/bsd.opts.mk b/share/mk/bsd.opts.mk
--- a/share/mk/bsd.opts.mk
+++ b/share/mk/bsd.opts.mk
@@ -104,6 +104,8 @@
__DEFAULT_YES_OPTIONS+=PIE
.endif
+.-include <local.opts.mk>
+
.include <bsd.mkopt.mk>
.if ${MK_INIT_ALL_PATTERN} == "yes" && ${MK_INIT_ALL_ZERO} == "yes"
diff --git a/share/mk/bsd.sysdir.mk b/share/mk/bsd.sysdir.mk
--- a/share/mk/bsd.sysdir.mk
+++ b/share/mk/bsd.sysdir.mk
@@ -1,5 +1,7 @@
# $FreeBSD$
+.-include <local.sysdir.mk>
+
# Search for kernel source tree in standard places.
.if !defined(SYSDIR)
.for _dir in ${SRCTOP:D${SRCTOP}/sys} \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 13, 11:34 AM (20 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16627117
Default Alt Text
D37592.diff (824 B)
Attached To
Mode
D37592: Add some more local.*.mk includes
Attached
Detach File
Event Timeline
Log In to Comment