2 TOOLS
= mount.bindfs mount.posixovlfs mount.xattrovlfs mount.fusefile mount.abshelper \
5 TARGETS
= $(foreach name
,$(TOOLS
),/sbin
/$(name
))
9 @echo may be interested in
: install-all
12 install-all
: $(TARGETS
)
15 $(TARGETS
): /sbin
/%: %
16 install --compare
$< $@
17 @echo remove
$@
>> uninstall.sh
20 # TODO: discover usage of /sbin/fs.d and /sbin/fs directories.