summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-11-11 21:02:28 -0500
committerrsiddharth <s@ricketyspace.net>2019-11-11 21:02:28 -0500
commitaa6ad11a8d55b028923a5440e0d2617a04601267 (patch)
treeade729fca62b310bdb73055c1aaf9f07c70b63da
parentce0a997918b7da701040950d7779367a5989339a (diff)
Makefile: Add HTTPD_CONF, ACME_CONF
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2a5ca2f..e3ae35f 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,9 @@ VENV_CMD=virtualenv-3
JSHINT=~/.npm-packages/bin/jshint
PRD_HOST=cygnus
PRD_WHEEL=nfsw-0.1.0.dev2-py3-none-any.whl
+
+HTTPD_CONF=etc/httpd.conf
+ACME_CONF=etc/acme-client.conf
UWSGI_INI=etc/uwsgi/nfsw.ini
RC_D=etc/rc.d/nfsw