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