summaryrefslogtreecommitdiff
path: root/modules/blobs/Makefile.inc.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-02-27 17:47:52 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-02-27 17:47:52 -0500
commit15b67942e56de4e0068f0870f257e852cd8b7c00 (patch)
tree6f595e3710164218a0aa812bac34fd77422eead9 /modules/blobs/Makefile.inc.mk
parent99df5644235e2afd2e29fa895e037c910521fd61 (diff)
wip; files were sitting here
Diffstat (limited to 'modules/blobs/Makefile.inc.mk')
-rw-r--r--modules/blobs/Makefile.inc.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/blobs/Makefile.inc.mk b/modules/blobs/Makefile.inc.mk
new file mode 100644
index 0000000..8fd2d6f
--- /dev/null
+++ b/modules/blobs/Makefile.inc.mk
@@ -0,0 +1,8 @@
+src_files += commit.d.sh commit.f.sh commit.sh get.d.sh get.f.sh get.sh ls.sh print.sh tree.sh
+out_files += commit.d commit.f commit get.d get.f get ls print tree
+
+src_files += _stdio.sh
+sys_files += $(pkglibexecdir)/modules/$(name)/_stdio.sh
+
+$(DESTDIR)$(pkglibexecdir)/modules/$(name)/_stdio.sh: $(srcdir)/_stdio.sh | $(DESTDIR)$(pkglibexecdir)/modules/$(name)
+ $(INSTALL_DATA) $< $@