aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/usr.bin/make/suffixes/src_wild2/Makefile
blob: ee4fadf3c7fbaf8d006fd662ab27af897c85bc31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD: src/tools/regression/usr.bin/make/suffixes/src_wild2/Makefile,v 1.1.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $
#
# Source expansion with the source in a macro
#

SRC=*.a

test1:	TEST1.b
	cat TEST1.a TEST2.a | diff -u - TEST1.b

TEST1.b: ${SRC}
	cat ${.ALLSRC} >${.TARGET}