summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/make/suffixes/t0/Makefile
blob: 1f9753a1c6550aa84cbe64ac4dad4fc1f091c7b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

all:	TEST1.b
	diff -u TEST1.a TEST1.b

.SUFFIXES:

.SUFFIXES: .a .b

.a.b:
	cat ${.IMPSRC} >${.TARGET}
OpenPOWER on IntegriCloud