summaryrefslogtreecommitdiffstats
path: root/usr.bin/bmake/tests/suffixes/src_wild2/Makefile.test
blob: 1dea7ea967ec75a8a3241cf4cf11d935044ba743 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$
#
# 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}
OpenPOWER on IntegriCloud