diff options
author | Warner Losh <imp@FreeBSD.org> | 2014-05-09 04:49:48 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2014-05-09 04:49:48 +0000 |
commit | f9798cc7eb28b98b3beed8e5a2c9ef380d2e131e (patch) | |
tree | fe2fd57338eaab1c0ad415e335da856d69a3247f /share/mk/src.opts.mk | |
parent | 3ceb1e5386d5292e53452be07cfc67530fe0c2c1 (diff) | |
download | src-test2-f9798cc7eb28b98b3beed8e5a2c9ef380d2e131e.tar.gz src-test2-f9798cc7eb28b98b3beed8e5a2c9ef380d2e131e.zip |
Notes
Diffstat (limited to 'share/mk/src.opts.mk')
-rw-r--r-- | share/mk/src.opts.mk | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index f82167b87bf6..72d13c058241 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -30,17 +30,15 @@ .if !target(__<src.opts.mk>__) __<src.opts.mk>__: -# Compat -- needed still? -.include <bsd.own.mk> - -# Allow user to configure things, but in the future this will move -# elsehwere... - +# Allow user to configure things that only effect src tree builds. SRCCONF?= /etc/src.conf .if exists(${SRCCONF}) || ${SRCCONF} != "/etc/src.conf" .include "${SRCCONF}" .endif +# Must be included after src.conf +.include <bsd.own.mk> + # # Define MK_* variables (which are either "yes" or "no") for users # to set via WITH_*/WITHOUT_* in /etc/src.conf and override in the |