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