mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
Add some more local.*.mk includes
These facilitate customizing the build with minimal churn. Reviewed by: stevek Sponsored by: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D37592
This commit is contained in:
parent
17859d538c
commit
48e733eef9
@ -1,4 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.-include <local.kmod.mk>
|
||||
|
||||
.include <bsd.sysdir.mk>
|
||||
.include "${SYSDIR}/conf/kmod.mk"
|
||||
|
@ -104,6 +104,8 @@ __DEFAULT_NO_OPTIONS+= PIE
|
||||
__DEFAULT_YES_OPTIONS+=PIE
|
||||
.endif
|
||||
|
||||
.-include <local.opts.mk>
|
||||
|
||||
.include <bsd.mkopt.mk>
|
||||
|
||||
.if ${MK_INIT_ALL_PATTERN} == "yes" && ${MK_INIT_ALL_ZERO} == "yes"
|
||||
|
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user