xref: /illumos-gate/usr/src/cmd/sgs/ldd/amd64/Makefile (revision 27bb9688e4a8143e7fb6e5a968c192a7b594b32b)
1df14233eSab196087#
2df14233eSab196087# CDDL HEADER START
3df14233eSab196087#
4df14233eSab196087# The contents of this file are subject to the terms of the
5df14233eSab196087# Common Development and Distribution License (the "License").
6df14233eSab196087# You may not use this file except in compliance with the License.
7df14233eSab196087#
8df14233eSab196087# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9df14233eSab196087# or http://www.opensolaris.org/os/licensing.
10df14233eSab196087# See the License for the specific language governing permissions
11df14233eSab196087# and limitations under the License.
12df14233eSab196087#
13df14233eSab196087# When distributing Covered Code, include this CDDL HEADER in each
14df14233eSab196087# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15df14233eSab196087# If applicable, add the following below this CDDL HEADER, with the
16df14233eSab196087# fields enclosed by brackets "[]" replaced with your own identifying
17df14233eSab196087# information: Portions Copyright [yyyy] [name of copyright owner]
18df14233eSab196087#
19df14233eSab196087# CDDL HEADER END
20df14233eSab196087#
21df14233eSab196087# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
22df14233eSab196087# Use is subject to license terms.
23df14233eSab196087#
24cf9a187cSAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
25cf9a187cSAndy Fiddaman#
26df14233eSab196087
27df14233eSab196087include		../Makefile.com
28df14233eSab196087
29df14233eSab196087.KEEP_STATE:
30df14233eSab196087
31df14233eSab196087include		../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