ls-R:V:
	/sys/lib/texmf/bin/$cputype/mktexlsr >ls-R2
	cmp -s ls-R ls-R2 || {chmod 666 ls-R2; mv ls-R2 ls-R}
	rm -f ls-R2

