1# $NetBSD: varmod-range.mk,v 1.3 2020/08/23 15:13:21 rillig Exp $ 2# 3# Tests for the :range variable modifier, which generates sequences 4# of integers from the given range. 5 6all: 7 @echo ${a b c:L:rang} # modifier name too short 8 @echo ${a b c:L:range} # ok 9 @echo ${a b c:L:rango} # misspelled 10 @echo ${a b c:L:ranger} # modifier name too long 11