1 # $NetBSD: varmod-select-words.mk,v 1.3 2021/12/05 12:06:23 rillig Exp $ 2 # 3 # Tests for the :[...] variable modifier, which selects a single word 4 # or a range of words from a variable. 5 # 6 # See also: 7 # modword.mk (should be migrated here) 8 9 # TODO: Implementation 10 11 all: 12 @:; 13