xref: /illumos-gate/usr/src/cmd/sgs/elfedit/amd64/Makefile (revision d8e10381)
13244bcaaSab#
23244bcaaSab# CDDL HEADER START
33244bcaaSab#
43244bcaaSab# The contents of this file are subject to the terms of the
53244bcaaSab# Common Development and Distribution License (the "License").
63244bcaaSab# You may not use this file except in compliance with the License.
73244bcaaSab#
83244bcaaSab# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
93244bcaaSab# or http://www.opensolaris.org/os/licensing.
103244bcaaSab# See the License for the specific language governing permissions
113244bcaaSab# and limitations under the License.
123244bcaaSab#
133244bcaaSab# When distributing Covered Code, include this CDDL HEADER in each
143244bcaaSab# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
153244bcaaSab# If applicable, add the following below this CDDL HEADER, with the
163244bcaaSab# fields enclosed by brackets "[]" replaced with your own identifying
173244bcaaSab# information: Portions Copyright [yyyy] [name of copyright owner]
183244bcaaSab#
193244bcaaSab# CDDL HEADER END
203244bcaaSab#
21d29b2c44Sab
223244bcaaSab#
233244bcaaSab# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
243244bcaaSab# Use is subject to license terms.
253244bcaaSab#
26cf9a187cSAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
273244bcaaSab#
283244bcaaSab
29d29b2c44Sabinclude		../Makefile.com
30d29b2c44Sab
31d29b2c44Sab.KEEP_STATE:
323244bcaaSab
33d29b2c44SabLLDFLAGS =	$(LLDFLAGS64)
34d29b2c44SabELFLIBDIR =	$(ELFLIBDIR64)
35d29b2c44SabLDDBGLIBDIR =	$(LDDBGLIBDIR64)
36d29b2c44SabCONVLIBDIR =	$(CONVLIBDIR64)
373244bcaaSab
38d29b2c44SabROOTPROG= $(ROOTPROG64)
393244bcaaSab
40d29b2c44Sabinclude		../Makefile.targ
41e9db39ceSRichard Loweinclude		$(SRC)/Makefile.master.64
423244bcaaSab
43*d8e10381SRichard Loweinstall:	$(ROOTPROG64)
44