Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/
H A DMakefile9 TAGDIR= i386 macro
21 (cd $$i && { rm -f tags; ln -s ../${TAGDIR}/tags tags; }) done
23 (cd $$i && { rm -f tags; ln -s ../../${TAGDIR}/tags tags; }) done
/f-stack/freebsd/amd64/
H A DMakefile9 TAGDIR= amd64 macro
21 (cd $$i && { rm -f tags; ln -s ../${TAGDIR}/tags tags; }) done
23 (cd $$i && { rm -f tags; ln -s ../../${TAGDIR}/tags tags; }) done