Makefile revision 4bff34e37def8a90f9194d81bc345c52ba20086a
90023730de34721b8cd8f3b5d059a28b7a65cf04Andreas Gustafsson#
90023730de34721b8cd8f3b5d059a28b7a65cf04Andreas Gustafsson# CDDL HEADER START
90023730de34721b8cd8f3b5d059a28b7a65cf04Andreas Gustafsson#
922e6a3c2ac4ef900dd9dc99f0cc137f18372583Andreas Gustafsson# The contents of this file are subject to the terms of the
922e6a3c2ac4ef900dd9dc99f0cc137f18372583Andreas Gustafsson# Common Development and Distribution License (the "License").
922e6a3c2ac4ef900dd9dc99f0cc137f18372583Andreas Gustafsson# You may not use this file except in compliance with the License.
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafsson#
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafsson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafsson# or http://www.opensolaris.org/os/licensing.
0e07026a21dfcaf57dc789e7ece20182dc36029cMark Andrews# See the License for the specific language governing permissions
0e07026a21dfcaf57dc789e7ece20182dc36029cMark Andrews# and limitations under the License.
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson#
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson# When distributing Covered Code, include this CDDL HEADER in each
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson# If applicable, add the following below this CDDL HEADER, with the
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson# fields enclosed by brackets "[]" replaced with your own identifying
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson# information: Portions Copyright [yyyy] [name of copyright owner]
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson#
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson# CDDL HEADER END
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson#
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson#
dc2e45d08d73fdaefd92dbfa4d69b4d3f3b0f249Andreas Gustafsson# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson# Use is subject to license terms.
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson#
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson# ident "%Z%%M% %I% %E% SMI"
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson#
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafssoninclude ../Makefile.com
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafssoninclude ../../../Makefile.lib.64
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafssoninstall: all $(ROOTLIBS64) $(ROOTLINKS64)
46a7e707fee6d7ba6ca6dae200ff6e0230f4d2f1Brian Wellington