From aa6ad11a8d55b028923a5440e0d2617a04601267 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 11 Nov 2019 21:02:28 -0500 Subject: Makefile: Add HTTPD_CONF, ACME_CONF --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3