summaryrefslogtreecommitdiff
path: root/regress/usr.bin/make/mk39
diff options
context:
space:
mode:
Diffstat (limited to 'regress/usr.bin/make/mk39')
-rw-r--r--regress/usr.bin/make/mk3910
1 files changed, 10 insertions, 0 deletions
diff --git a/regress/usr.bin/make/mk39 b/regress/usr.bin/make/mk39
new file mode 100644
index 00000000000..59328e12d0a
--- /dev/null
+++ b/regress/usr.bin/make/mk39
@@ -0,0 +1,10 @@
+# $OpenBSD: mk39,v 1.1 2015/11/08 10:47:22 espie Exp $
+
+# duplicate target in list, may fuck up groupling
+
+a b c a:
+ @echo "Did it work"
+
+# wildcards that don't expend to anything, empty target list
+*/*.hqueue:
+ @echo this has no target