Home
last modified time | relevance | path

Searched refs:am__f_ok (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/openpam/t/
H A DMakefile.in805 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ function
807 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
/freebsd/contrib/expat/tests/
H A DMakefile.in980 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ function
982 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
/freebsd/contrib/ntp/sntp/tests/
H A DMakefile.in1164 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1166 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1162 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ global() function
/freebsd/contrib/ntp/sntp/libevent/
H A DMakefile.in2416 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
2418 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
2413 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ global() function
/freebsd/contrib/libevent/
H A DMakefile.in2408 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ function
2410 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \