try install recipe
[hband-tools.git] / mount / Makefile
blob20181b8fcc2fb3a1c0ff51c50cdb37dd18df184b
2 TOOLS = mount.bindfs mount.posixovlfs mount.xattrovlfs mount.fusefile mount.abshelper \
3 mount.restic
5 TARGETS = $(foreach name,$(TOOLS),/sbin/$(name))
8 default:
9 @echo may be interested in: install-all
10 false
12 install-all: $(TARGETS)
13 .PHONY: install-all
15 $(TARGETS): /sbin/%: %
16 install --compare $< $@
17 @echo remove $@ >> uninstall.sh
20 # TODO: discover usage of /sbin/fs.d and /sbin/fs directories.