summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/tests/syntax/funny-targets/Makefile.test
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/tests/syntax/funny-targets/Makefile.test')
-rw-r--r--usr.bin/make/tests/syntax/funny-targets/Makefile.test14
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.bin/make/tests/syntax/funny-targets/Makefile.test b/usr.bin/make/tests/syntax/funny-targets/Makefile.test
new file mode 100644
index 0000000..064ab3a
--- /dev/null
+++ b/usr.bin/make/tests/syntax/funny-targets/Makefile.test
@@ -0,0 +1,14 @@
+# $FreeBSD$
+#
+# PR bin/6612 / GRN r102178
+#
+
+test1: colons::colons::target
+
+colons::colons::target:
+ @echo '${.TARGET}'
+
+test2: exclamation!target
+
+exclamation!target:
+ @echo '${.TARGET}
OpenPOWER on IntegriCloud