jw-pkg/conf/project/Makefile
Jan Lindemann 99386d5492
conf/project: Add directory and variables

Anticipating future usefulness, add a regular project configuration directory plus two variables pointing to it:

JW_PKG_CONF_BASE_DIR ?= $(firstword $(wildcard $(JW_PKG_DIR)/conf /etc/opt/jw-pkg)) JW_PKG_CONF_DIR ?= $(firstword $(wildcard $(JW_PKG_CONF_BASE_DIR)/project $(JW_PKG_CONF_BASE_DIR)))

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-05-31 18:20:31 +02:00

4 lines
78 B
Makefile

TOPDIR = ../..
include $(TOPDIR)/make/proj.mk
include $(JWBDIR)/make/conf.mk