jw-pkg/conf/jcs/Makefile
2019-07-09 11:09:37 +00:00

9 lines
298 B
Makefile

TOPDIR = ../..
SUBTREE_INSTALL_PREFIX ?= /etc/jcs
SUBTREE_FILES += ./templates/dir/module/Makefile ./templates/dir/src/Makefile
SUBTREE_DIRS += $(sort $(dir $(SUBTREE_FILES)))
include $(TOPDIR)/make/proj.mk
include $(JWBDIR)/make/subtree.mk
include $(JWBDIR)/make/dev-utils.mk