xref: /illumos-gate/usr/src/cmd/sgs/ldd/amd64/Makefile (revision 27bb9688)
1df14233eSab#
2df14233eSab# CDDL HEADER START
3df14233eSab#
4df14233eSab# The contents of this file are subject to the terms of the
5df14233eSab# Common Development and Distribution License (the "License").
6df14233eSab# You may not use this file except in compliance with the License.
7df14233eSab#
8df14233eSab# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9df14233eSab# or http://www.opensolaris.org/os/licensing.
10df14233eSab# See the License for the specific language governing permissions
11df14233eSab# and limitations under the License.
12df14233eSab#
13df14233eSab# When distributing Covered Code, include this CDDL HEADER in each
14df14233eSab# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15df14233eSab# If applicable, add the following below this CDDL HEADER, with the
16df14233eSab# fields enclosed by brackets "[]" replaced with your own identifying
17df14233eSab# information: Portions Copyright [yyyy] [name of copyright owner]
18df14233eSab#
19df14233eSab# CDDL HEADER END
20df14233eSab#
21df14233eSab# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
22df14233eSab# Use is subject to license terms.
23df14233eSab#
24cf9a187cSAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
25cf9a187cSAndy Fiddaman#
26df14233eSab
27df14233eSabinclude		../Makefile.com
28df14233eSab
29df14233eSab.KEEP_STATE:
30df14233eSab
31df14233eSabinclude		../Makefile.targ
32e9db39ceSRichard Loweinclude		$(SRC)/Makefile.master.64
33*27bb9688SRichard Lowe
34*27bb9688SRichard Loweinstall:	$(ROOTPROG) $(ROOTPROG64)
35*27bb9688SRichard Lowe
36*27bb9688SRichard Lowe$(ROOTBIN64)/ldd:
37*27bb9688SRichard Lowe	$(RM) $@; $(SYMLINK) ../../bin/ldd $@
38