diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-02-20 00:50:14 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-02-20 00:50:14 +0000 |
commit | 78766bfe18a915b20b4a2de490ef4e9a1b805099 (patch) | |
tree | b80982d059bc750f3e9a4871b44f31e12885aab8 | |
parent | 218f7efb7e35fc2871dfbf184fdc0f0f81f86858 (diff) | |
download | verteco-78766bfe18a915b20b4a2de490ef4e9a1b805099.tar.gz |
Add PHP to make install
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,8 @@ MODBUSLOGLOGDIR=/var/modbuslog FTPHELPERCFLAGS= FTPHELPERLIBS=-lconfig FTPHELPERDIR=/usr/bin +PHPSDIR=php +WWWDIR=/var/www all: modbuslog ftphelper @@ -29,3 +31,4 @@ install: all test -f $(MODBUSLOGLOGDIR)/interval/interval.txt || $(INSTALL) -m 644 $(SDIR)/interval.txt $(MODBUSLOGLOGDIR)/interval/interval.txt $(INSTALL) $(SDIR)/ftpupload $(FTPHELPERDIR)/ftpupload $(INSTALL) $(SDIR)/ftphelper $(FTPHELPERDIR)/ftphelper + $(INSTALL) $(PHPSDIR)/readfile.php $(WWWDIR)/readfile.php |