summaryrefslogtreecommitdiff
path: root/regress/usr.bin/make/mk25
blob: e520e49c72100b1f589db05d3f7facb7c3d6c139 (plain)
1
2
3
4
5
6
7
8
9
# $OpenBSD: mk25,v 1.1 2007/08/05 11:10:11 espie Exp $
# verify that curly targets work correctly

.PHONY: a b c d all

all: a b c d

{a,b,c,d}:
	@echo "Building $@"