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