blob: 99c739e8ac9851698bd0cb6ee4204c33c8cfa348 (
plain)
1
2
3
4
5
6
7
8
|
src_files += blob-gethash.sh blob-gettype.sh commit.d.sh commit.f.sh commit.sh file-gettype.sh get.d.sh get.f.sh get.sh ls.sh print.sh tree.sh
out_files += blob-gethash blob-gettype commit.d commit.f commit file-gettype 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) $< $@
|