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 DMakefile921 have_lua=$$("$$lua" -e 'print "yes"' 2>&1) ; \
922 if [ "$$have_lua" = "yes" -a -s ${.CURDIR}/check-expect.lua ]; then \
/freebsd/contrib/bmake/unit-tests/
H A DMakefile918 have_lua=$$("$$lua" -e 'print "yes"' 2>&1) ; \
919 if [ "$$have_lua" = "yes" -a -s ${.CURDIR}/check-expect.lua ]; then \