There is useful target 'show-var' in pkgsrc Makefiles that shows a value of specified variable. Is it possible to show the values of a _list_ of variables like the following by running make once. make show-vars VARNAMES='var1,var2,var3' -- Best regards, Aleksey Cheusov.