]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/usr.bin/make/suffixes/src_wild1/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / regression / usr.bin / make / suffixes / src_wild1 / Makefile
1 # $FreeBSD$
2
3 test1:  TEST1.b
4         cat TEST1.a TEST2.a | diff -u - TEST1.b
5
6 TEST1.b: *.a
7         cat ${.ALLSRC} >${.TARGET}