summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-12-31 15:54:59 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-12-31 15:54:59 +0000
commit9f048d5ac7d85f66f044e45a54824ba386446a50 (patch)
tree30805d8124b20d6a8d3efc65e19e4cb8afa15d3f /rules.mk
parent21a3de4269dbdd5ba98cf7fc32e69f11c8ff9c57 (diff)
downloadmaster-31e0f0ae-9f048d5ac7d85f66f044e45a54824ba386446a50.tar.gz
master-31e0f0ae-9f048d5ac7d85f66f044e45a54824ba386446a50.tar.bz2
master-31e0f0ae-9f048d5ac7d85f66f044e45a54824ba386446a50.zip
Add an install rule for configuration files
SVN-Revision: 5946
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
index ac2ea78fea..63fddbb8e7 100644
--- a/rules.mk
+++ b/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