xref: /illumos-gate/usr/src/lib/libdladm/amd64/Makefile (revision 948f2876)
1*948f2876Sss#
2*948f2876Sss# CDDL HEADER START
3*948f2876Sss#
4*948f2876Sss# The contents of this file are subject to the terms of the
5*948f2876Sss# Common Development and Distribution License (the "License").
6*948f2876Sss# You may not use this file except in compliance with the License.
7*948f2876Sss#
8*948f2876Sss# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*948f2876Sss# or http://www.opensolaris.org/os/licensing.
10*948f2876Sss# See the License for the specific language governing permissions
11*948f2876Sss# and limitations under the License.
12*948f2876Sss#
13*948f2876Sss# When distributing Covered Code, include this CDDL HEADER in each
14*948f2876Sss# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*948f2876Sss# If applicable, add the following below this CDDL HEADER, with the
16*948f2876Sss# fields enclosed by brackets "[]" replaced with your own identifying
17*948f2876Sss# information: Portions Copyright [yyyy] [name of copyright owner]
18*948f2876Sss#
19*948f2876Sss# CDDL HEADER END
20*948f2876Sss#
21*948f2876Sss#
22*948f2876Sss# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
23*948f2876Sss# Use is subject to license terms.
24*948f2876Sss#
25*948f2876Sss#ident	"%Z%%M%	%I%	%E% SMI"
26*948f2876Sss#
27*948f2876Sss
28*948f2876Sssinclude ../Makefile.com
29*948f2876Sssinclude ../../Makefile.lib.64
30*948f2876Sss
31*948f2876Sssinstall: all $(ROOTLIBS64) $(ROOTLINKS64)
32