Searched defs:USRBIN (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/make-rules/
H A Dshared-macros.mk342 USRBIN.32 = /usr/bin
343 USRBIN.64 = /usr/bin/$(MACH64)
344 USRBIN = $(USRBIN.$(BITS)) macro
346 PYTHON.2.6.32 = $(USRBIN.32)/python2.6
347 PYTHON.2.6.64 = $(USRBIN.64)/python2.6
348 PYTHON.2.6 = $(USRBIN)/python2.6
350 PYTHON.2.7.32 = $(USRBIN.32)/python2.7
351 PYTHON.2.7.64 = $(USRBIN.64)/python2.7
352 PYTHON.2.7 = $(USRBIN)/python
[all...]

Completed in 19 milliseconds