Makefile.master (4cb69ecc9330774c8f56042ac933503123f50a85) | Makefile.master (7b07063d906859b2be1e88791f801b3c96e432f6) |
---|---|
1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 132 unchanged lines hidden (view full) --- 141CUT= /usr/bin/cut 142NM= /usr/ccs/bin/nm 143DIFF= /usr/bin/diff 144GREP= /usr/bin/grep 145EGREP= /usr/bin/egrep 146ELFWRAP= /usr/bin/elfwrap 147KSH93= /usr/bin/ksh93 148SED= /usr/bin/sed | 1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 132 unchanged lines hidden (view full) --- 141CUT= /usr/bin/cut 142NM= /usr/ccs/bin/nm 143DIFF= /usr/bin/diff 144GREP= /usr/bin/grep 145EGREP= /usr/bin/egrep 146ELFWRAP= /usr/bin/elfwrap 147KSH93= /usr/bin/ksh93 148SED= /usr/bin/sed |
149NAWK= /usr/bin/nawk 150AWK= /usr/bin/awk | 149AWK= /usr/bin/nawk |
151CP= /usr/bin/cp -f 152MCS= /usr/ccs/bin/mcs 153CAT= /usr/bin/cat 154ELFDUMP= /usr/ccs/bin/elfdump 155M4= /usr/bin/m4 156STRIP= /usr/ccs/bin/strip 157LEX= /usr/ccs/bin/lex 158FLEX= /usr/bin/flex --- 1016 unchanged lines hidden --- | 150CP= /usr/bin/cp -f 151MCS= /usr/ccs/bin/mcs 152CAT= /usr/bin/cat 153ELFDUMP= /usr/ccs/bin/elfdump 154M4= /usr/bin/m4 155STRIP= /usr/ccs/bin/strip 156LEX= /usr/ccs/bin/lex 157FLEX= /usr/bin/flex --- 1016 unchanged lines hidden --- |