]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/regression/usr.bin/make/variables/modifier_t/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 / variables / modifier_t / Makefile
1 # $FreeBSD$
2 #
3 # Test the t modifier.
4 #
5 # below is missing '
6 ASCII=  !"\#$$%&()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
7
8 test1:
9         @echo '${ASCII}'
10
11 test2:
12         @echo '${ASCII:tl}'
13
14 test3:
15         @echo '${ASCII:tu}'