Makefile revision 2
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync#
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync# CDDL HEADER START
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync#
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync# The contents of this file are subject to the terms of the
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync# Common Development and Distribution License (the "License").
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync# You may not use this file except in compliance with the License.
c58f1213e628a545081c70e26c6b67a841cff880vboxsync#
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync# or http://www.opensolaris.org/os/licensing.
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync# See the License for the specific language governing permissions
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync# and limitations under the License.
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync#
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync# When distributing Covered Code, include this CDDL HEADER in each
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync# If applicable, add the following below this CDDL HEADER, with the
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync#
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync# CDDL HEADER END
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync#
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync#
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync#
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsyncinclude ../Makefile.com
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsyncMACH_LDLIBS = -L$(LROOT)/usr/lib/fm
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsyncDYNFLAGS += -R/usr/lib/fm
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsyncinstall: stubinstall all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsyncstubinstall: stub $(STUBROOTLIBS) $(STUBROOTLINKS)
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync
808a77f9219afa33641bb74dfff3d97948bb6b62vboxsync