Sync with manuals from netbsd-8 branch.
[minix3.git] / usr.bin / make / unit-tests / forsubst.mk
blob00cd9b634a2b7a742c1bea7c71038551dc37c97c
1 # $Id: forsubst.mk,v 1.1 2014/08/21 13:44:51 apb Exp $
3 all: for-subst
5 here := ${.PARSEDIR}
6 # this should not run foul of the parser
7 .for file in ${.PARSEFILE}
8 for-subst: ${file:S;^;${here}/;g}
9 @echo ".for with :S;... OK"
10 .endfor