summaryrefslogtreecommitdiffstats
path: root/boiler-monster/mr3020/Makefile
blob: 26efbc3a1ae25a71950b83b95612080befb40f17 (plain)
1
2
3
4
5
STUFF=$(shell find etc usr \! -type d -print)

stamp:  ${STUFF}
	tar cf - ${STUFF} | ssh boiler-monster "cd / && tar xvpf -"
	touch $@