Searched refs:FIND (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/components/libidn/
H A DMakefile71 FIND = /usr/bin/find macro
112 $(FIND) . -type d -exec chmod 0755 {} + ; \
113 $(FIND) ./tld -type f -name "*.tld" -exec chmod 0644 {} + ; \
114 $(FIND) ./tld -type f -name "*.tld" -exec touch -acm {} + ; \
115 $(FIND) ./tld/templates -type f -exec chmod 0644 {} + ; \
116 $(FIND) ./tld/templates -type f -exec touch -acm {} + ; \
117 $(FIND) ./lib -type f -name "*.pl" -exec touch -acm {} + ; \
118 $(FIND) ./lib -type f -name "*.pl" -exec chmod 0755 {} + )
/solaris-userland-s11u3/components/xmlto/
H A DMakefile45 CONFIGURE_ENV += FIND="/usr/gnu/bin/find"

Completed in 267 milliseconds