Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# CDDL HEADER START
499b34cea04a46823d003d4c0520c8b03e8513cbBrian Wellington#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# The contents of this file are subject to the terms of the
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Common Development and Distribution License (the "License").
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# You may not use this file except in compliance with the License.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# or http://www.opensolaris.org/os/licensing.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# See the License for the specific language governing permissions
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein#
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David Lawrence# CDDL HEADER END
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David Lawrence#
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David Lawrence#
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
b186f1ab91faf6d46d102ecbfd55cbdb7e24feeeMark Andrews# Use is subject to license terms.
b186f1ab91faf6d46d102ecbfd55cbdb7e24feeeMark Andrews#
b186f1ab91faf6d46d102ecbfd55cbdb7e24feeeMark Andrews# ident "%Z%%M% %I% %E% SMI"
b186f1ab91faf6d46d102ecbfd55cbdb7e24feeeMark Andrews#
b186f1ab91faf6d46d102ecbfd55cbdb7e24feeeMark Andrews
b186f1ab91faf6d46d102ecbfd55cbdb7e24feeeMark Andrewsinclude ../Makefile.com
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David Lawrenceinclude ../../../Makefile.lib.64
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David Lawrence
DYNFLAGS += $(DYNFLAGS64)
.KEEP_STATE:
install: all $(ROOTLIBS64) $(ROOTLINKS64)