X-Git-Url: https://git.saurik.com/apple/coreosmakefiles.git/blobdiff_plain/e50bb073ba64b6c326fa204c1262b96a3dc5c784..611bdc3fb27e5d8406bc58b30062b4088037ab5f:/Standard/Commands.make diff --git a/Standard/Commands.make b/Standard/Commands.make index 26e2b41..3251e26 100644 --- a/Standard/Commands.make +++ b/Standard/Commands.make @@ -46,6 +46,7 @@ ZCAT = $(GZCAT) # Compilers and Binary Tools ## AR = /usr/bin/ar +ARSH = $(MAKEFILEPATH)/bin/ar.sh BISON = /usr/bin/bison BSDMAKE = /usr/bin/bsdmake CC = /usr/bin/cc @@ -60,8 +61,11 @@ GM4 = /usr/bin/gm4 GNUMAKE = /usr/bin/gnumake LEX = $(FLEX) LIPO = /usr/bin/lipo +LIBTOOL = /usr/bin/libtool M4 = /usr/bin/m4 +MIG = /usr/bin/mig OTOOL = /usr/bin/otool +RPCGEN = /usr/bin/rpcgen STRIP = /usr/bin/strip YACC = /usr/bin/yacc @@ -117,6 +121,7 @@ PACKAGE = /usr/bin/package # Miscellaneous ## ARCH = /usr/bin/arch +COMPRESSMANPAGES = $(MAKEFILEPATH)/bin/compress-man-pages.pl -d $(DSTROOT) FALSE = /usr/bin/false PWD = /bin/pwd SLEEP = /bin/sleep