xref: /openbsd/regress/usr.bin/make/mk39 (revision d415bd75)
1# $OpenBSD: mk39,v 1.1 2015/11/08 10:47:22 espie Exp $
2
3# duplicate target in list, may fuck up groupling
4
5a b c a:
6	@echo "Did it work"
7
8# wildcards that don't expend to anything, empty target list
9*/*.hqueue:
10	@echo this has no target
11