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

/solaris-userland/make-rules/
H A Dshared-macros.mk543 USRBIN.32 = /usr/bin
544 USRBIN.64 = /usr/bin/$(MACH64)
545 USRBIN = $(USRBIN.$(BITS)) macro
551 PYTHON.2.7.32 = $(USRBIN.32)/python2.7
552 PYTHON.2.7.64 = $(USRBIN.64)/python2.7
553 PYTHON.2.7 = $(USRBIN)/python2.7
559 PYTHON.3.4.32 = $(USRBIN.32)/python3.4
560 PYTHON.3.4.64 = $(USRBIN.32)/python3.4
561 PYTHON.3.4 = $(USRBIN
[all...]

Completed in 21 milliseconds