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

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