summaryrefslogtreecommitdiff
path: root/regress/usr.bin/make/mk9
blob: 230199a4e632fda79b4c3595cfbd33ab9cb88575 (plain)
1
2
3
4
5
.undef A
B=echo zoinx
a:
	@echo ${A:sh}
	@echo ${B:sh}