1 # $NetBSD: varmod-sysv.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $ 2 # 3 # Tests for the ${VAR:from=to} variable modifier, which replaces the suffix 4 # "from" with "to". It can also use '%' as a wildcard. 5 # 6 # This modifier is applied when the other modifiers don't match exactly. 7 8 # TODO: Implementation 9 10 all: 11 @:; 12