Browse Source

Add an install rule for configuration files

SVN-Revision: 5946
Florian Fainelli 19 years ago
parent
commit
9f048d5ac7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rules.mk

+ 1 - 0
rules.mk

@@ -61,6 +61,7 @@ CP:=cp -fpR
 INSTALL_BIN:=install -m0755
 INSTALL_DIR:=install -d -m0755
 INSTALL_DATA:=install -m0644
+INSTALL_CONF:=install -m0600
 
 ifneq ($(CONFIG_CCACHE),)
   # FIXME: move this variable to a better location