diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-12-31 15:54:59 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-12-31 15:54:59 +0000 |
commit | 9f048d5ac7d85f66f044e45a54824ba386446a50 (patch) | |
tree | 30805d8124b20d6a8d3efc65e19e4cb8afa15d3f /rules.mk | |
parent | 21a3de4269dbdd5ba98cf7fc32e69f11c8ff9c57 (diff) | |
download | upstream-9f048d5ac7d85f66f044e45a54824ba386446a50.tar.gz upstream-9f048d5ac7d85f66f044e45a54824ba386446a50.tar.bz2 upstream-9f048d5ac7d85f66f044e45a54824ba386446a50.zip |
Add an install rule for configuration files
SVN-Revision: 5946
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |