Home
last modified time | relevance | path

Searched refs:have_lua (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/bmake/unit-tests/
H A DMakefile896 have_lua=$$("$$lua" -e 'print "yes"' 2>&1) ; \
897 if [ "$$have_lua" = "yes" -a -s ${.CURDIR}/check-expect.lua ]; then \
/freebsd/contrib/bmake/unit-tests/
H A DMakefile893 have_lua=$$("$$lua" -e 'print "yes"' 2>&1) ; \
894 if [ "$$have_lua" = "yes" -a -s ${.CURDIR}/check-expect.lua ]; then \