Makefile.master (df4628cb18cef0a7960608d573d5a9b6cc9e29d5) | Makefile.master (261c0e9405bd53244c6a965c1fd89bfb6c10eb94) |
---|---|
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 --- 796 unchanged lines hidden (view full) --- 805# 806CTFMRGFLAGS= 807 808CTFCONVERT_O = $(CTFCONVERT) $(CTFCVTFLAGS) $@ 809 810ELFSIGN_O= $(TRUE) 811ELFSIGN_CRYPTO= $(ELFSIGN_O) 812ELFSIGN_OBJECT= $(ELFSIGN_O) | 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 --- 796 unchanged lines hidden (view full) --- 805# 806CTFMRGFLAGS= 807 808CTFCONVERT_O = $(CTFCONVERT) $(CTFCVTFLAGS) $@ 809 810ELFSIGN_O= $(TRUE) 811ELFSIGN_CRYPTO= $(ELFSIGN_O) 812ELFSIGN_OBJECT= $(ELFSIGN_O) |
813ELFSIGN_CRYPTO_LIMITED= $(ELFSIGN_O) |
|
813$(EXPORT_RELEASE_BUILD)ELFSIGN_O = $(ELFSIGN) 814$(EXPORT_RELEASE_BUILD)ELFSIGN_CFNAME = SUNWosnetCF 815$(EXPORT_RELEASE_BUILD)ELFSIGN_KEY = \ 816 $(CLOSED)/cmd/cmd-crypto/etc/keys/$(ELFSIGN_CFNAME) 817$(EXPORT_RELEASE_BUILD)ELFSIGN_CERT= \ 818 $(CLOSED)/cmd/cmd-crypto/etc/certs/$(ELFSIGN_CFNAME) 819$(EXPORT_RELEASE_BUILD)ELFSIGN_CLNAME = SUNWosnetCFLimited 820$(EXPORT_RELEASE_BUILD)ELFSIGN_KEY_LIMITED = \ --- 246 unchanged lines hidden --- | 814$(EXPORT_RELEASE_BUILD)ELFSIGN_O = $(ELFSIGN) 815$(EXPORT_RELEASE_BUILD)ELFSIGN_CFNAME = SUNWosnetCF 816$(EXPORT_RELEASE_BUILD)ELFSIGN_KEY = \ 817 $(CLOSED)/cmd/cmd-crypto/etc/keys/$(ELFSIGN_CFNAME) 818$(EXPORT_RELEASE_BUILD)ELFSIGN_CERT= \ 819 $(CLOSED)/cmd/cmd-crypto/etc/certs/$(ELFSIGN_CFNAME) 820$(EXPORT_RELEASE_BUILD)ELFSIGN_CLNAME = SUNWosnetCFLimited 821$(EXPORT_RELEASE_BUILD)ELFSIGN_KEY_LIMITED = \ --- 246 unchanged lines hidden --- |