summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/vars.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/vars.mk b/make/vars.mk
index d52309b..bcbc13f 100644
--- a/make/vars.mk
+++ b/make/vars.mk
@@ -25,6 +25,8 @@ PORT_gemini := 1965
PORT_smtp := 2500
PORT_vaultwarden := 9000
+PUBLIC_ROOT_DIR_ln := /var/ln.joeac.net/public
+
$(foreach module,$(ALL_MODULES),$(if $(PORT_$(module)),$(eval \
export $(call capitalise,$(module))_PORT := $(PORT_$(module)))))