K 10 svn:author V 5 naddy K 8 svn:date V 27 2015-09-19T22:04:27.062944Z K 7 svn:log V 232 Build fix for FreeBSD 9. Define variable, since the old make throws Error expanding embedded variable. for this valid construct: FOO = BAR = $(FOO$(BAZ)) all: $(BAR) The bug is fixed in bmake. Reported by: pkg-fallout END