STUFF=$(shell find etc usr \! -type d -a \! -type l -print) stamp: ${STUFF} tar cf - ${STUFF} | ssh boiler-monster "cd / && tar xvpf -" touch $@