Index: /trunk/kBuild/footer.kmk
===================================================================
--- /trunk/kBuild/footer.kmk	(revision 2480)
+++ /trunk/kBuild/footer.kmk	(revision 2481)
@@ -2295,4 +2295,5 @@
 # @param	$(definst)  The default _INST value.
 # @param	$(typevar)  The name of the variable with all the root targets of its type.
+# @param	$(target_type_mode) The default file mode implied by the target type.
 define def_target_install_only
 ifneq ($($(target)_1_INSTTYPE),none)
@@ -2520,4 +2521,5 @@
 
 # installing and globals.
+local target_type_mode := a+r,o+w
 $(evalval def_target_install_only)
 
@@ -2790,4 +2792,5 @@
 
 # installation targets
+local target_type_mode :=
 $(evalval def_target_install_only)
 
