xref: /illumos-gate/usr/src/lib/libsrpt/amd64/Makefile (revision c3a558e7c77127215b010652905be7916ec5a080)
1*c3a558e7SSue Gleeson#
2*c3a558e7SSue Gleeson# CDDL HEADER START
3*c3a558e7SSue Gleeson#
4*c3a558e7SSue Gleeson# The contents of this file are subject to the terms of the
5*c3a558e7SSue Gleeson# Common Development and Distribution License (the "License").
6*c3a558e7SSue Gleeson# You may not use this file except in compliance with the License.
7*c3a558e7SSue Gleeson#
8*c3a558e7SSue Gleeson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*c3a558e7SSue Gleeson# or http://www.opensolaris.org/os/licensing.
10*c3a558e7SSue Gleeson# See the License for the specific language governing permissions
11*c3a558e7SSue Gleeson# and limitations under the License.
12*c3a558e7SSue Gleeson#
13*c3a558e7SSue Gleeson# When distributing Covered Code, include this CDDL HEADER in each
14*c3a558e7SSue Gleeson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*c3a558e7SSue Gleeson# If applicable, add the following below this CDDL HEADER, with the
16*c3a558e7SSue Gleeson# fields enclosed by brackets "[]" replaced with your own identifying
17*c3a558e7SSue Gleeson# information: Portions Copyright [yyyy] [name of copyright owner]
18*c3a558e7SSue Gleeson#
19*c3a558e7SSue Gleeson# CDDL HEADER END
20*c3a558e7SSue Gleeson#
21*c3a558e7SSue Gleeson# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
22*c3a558e7SSue Gleeson#
23*c3a558e7SSue Gleeson
24*c3a558e7SSue Gleesoninclude ../Makefile.com
25*c3a558e7SSue Gleesoninclude ../../Makefile.lib.64
26*c3a558e7SSue Gleeson
27*c3a558e7SSue Gleesonall: $(LIBS)
28*c3a558e7SSue Gleeson
29*c3a558e7SSue Gleesoninstall: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT)
30