]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/mk/local.meta.sys.env.mk
arm64 lib32: enable building of lib32 on arm64
[FreeBSD/FreeBSD.git] / share / mk / local.meta.sys.env.mk
1 # $FreeBSD$
2
3 # local configuration specific to meta mode
4
5 .-include <site.meta.sys.env.mk>
6
7 .if !defined(NO_META_MISSING)
8 META_MODE+=    missing-meta=yes
9 .endif
10 # silent will hide command output if a .meta file is created.
11 .if !defined(NO_SILENT)
12 META_MODE+=    silent=yes
13 .endif
14 .if empty(META_MODE:Mnofilemon)
15 META_MODE+=     missing-filemon=yes
16 .endif
17
18 .if make(showconfig)
19 # this does not need/want filemon
20 UPDATE_DEPENDFILE= NO
21 .endif