Makefile.master (bc36eafd) Makefile.master (7e3dbbac)
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

--- 206 unchanged lines hidden (view full) ---

215TAR= /usr/bin/tar
216ASTBINDIR= /usr/ast/bin
217MSGCC= $(ASTBINDIR)/msgcc
218MSGFMT= /usr/bin/msgfmt -s
219LCDEF= $(ONBLD_TOOLS)/bin/$(MACH)/localedef
220TIC= $(ONBLD_TOOLS)/bin/$(MACH)/tic
221ZIC= $(ONBLD_TOOLS)/bin/$(MACH)/zic
222OPENSSL= /usr/bin/openssl
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

--- 206 unchanged lines hidden (view full) ---

215TAR= /usr/bin/tar
216ASTBINDIR= /usr/ast/bin
217MSGCC= $(ASTBINDIR)/msgcc
218MSGFMT= /usr/bin/msgfmt -s
219LCDEF= $(ONBLD_TOOLS)/bin/$(MACH)/localedef
220TIC= $(ONBLD_TOOLS)/bin/$(MACH)/tic
221ZIC= $(ONBLD_TOOLS)/bin/$(MACH)/zic
222OPENSSL= /usr/bin/openssl
223CPCGEN= $(ONBLD_TOOLS)/bin/$(MACH)/cpcgen
223
224FILEMODE= 644
225DIRMODE= 755
226
227# Declare that nothing should be built in parallel.
228# Individual Makefiles can use the .PARALLEL target to declare otherwise.
229.NO_PARALLEL:
230

--- 989 unchanged lines hidden ---
224
225FILEMODE= 644
226DIRMODE= 755
227
228# Declare that nothing should be built in parallel.
229# Individual Makefiles can use the .PARALLEL target to declare otherwise.
230.NO_PARALLEL:
231

--- 989 unchanged lines hidden ---