1281760Ssjg# $Id: forsubst.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $
2281760Ssjg
3281760Ssjgall: for-subst
4281760Ssjg
5281760Ssjghere := ${.PARSEDIR}
6281760Ssjg# this should not run foul of the parser
7281760Ssjg.for file in ${.PARSEFILE}
8281760Ssjgfor-subst:	  ${file:S;^;${here}/;g}
9281760Ssjg	@echo ".for with :S;... OK"
10281760Ssjg.endfor
11