summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/forsubst.mk
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/unit-tests/forsubst.mk')
-rw-r--r--usr.bin/make/unit-tests/forsubst.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/usr.bin/make/unit-tests/forsubst.mk b/usr.bin/make/unit-tests/forsubst.mk
deleted file mode 100644
index 00cd9b6..0000000
--- a/usr.bin/make/unit-tests/forsubst.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-# $Id: forsubst.mk,v 1.1 2014/08/21 13:44:51 apb Exp $
-
-all: for-subst
-
-here := ${.PARSEDIR}
-# this should not run foul of the parser
-.for file in ${.PARSEFILE}
-for-subst: ${file:S;^;${here}/;g}
- @echo ".for with :S;... OK"
-.endfor