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