]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/regression/usr.bin/make/suffixes/basic/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / tools / regression / usr.bin / make / suffixes / basic / Makefile
1 # $FreeBSD$
2 #
3 # Check that a simple suffix rule is correctly processed.
4
5 test1:  TEST1.b
6         diff -u TEST1.a TEST1.b
7
8 .SUFFIXES:
9
10 .SUFFIXES: .a .b
11
12 .a.b:
13         cat ${.IMPSRC} >${.TARGET}