xref: /freebsd/usr.bin/bmake/tests/syntax/funny-targets/Makefile.test (revision f4b37ed0f8b307b1f3f0f630ca725d68f1dff30d)
1# $FreeBSD$
2#
3# PR bin/6612 / GRN r102178
4#
5
6test1: colons::colons::target
7
8colons::colons::target:
9	@echo '${.TARGET}'
10
11test2: exclamation!target
12
13exclamation!target:
14	@echo '${.TARGET}
15