Makefile revision 2
8e937899612528c862aad84d39ca073d231c3057vboxsync#
8e937899612528c862aad84d39ca073d231c3057vboxsync# CDDL HEADER START
7b3d8a8298d217445c72a3afaf7cc2e07f6d7d74vboxsync#
8e937899612528c862aad84d39ca073d231c3057vboxsync# The contents of this file are subject to the terms of the
8e937899612528c862aad84d39ca073d231c3057vboxsync# Common Development and Distribution License (the "License").
8e937899612528c862aad84d39ca073d231c3057vboxsync# You may not use this file except in compliance with the License.
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync#
8e937899612528c862aad84d39ca073d231c3057vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8e937899612528c862aad84d39ca073d231c3057vboxsync# or http://www.opensolaris.org/os/licensing.
8e937899612528c862aad84d39ca073d231c3057vboxsync# See the License for the specific language governing permissions
8e937899612528c862aad84d39ca073d231c3057vboxsync# and limitations under the License.
8e937899612528c862aad84d39ca073d231c3057vboxsync#
8e937899612528c862aad84d39ca073d231c3057vboxsync# When distributing Covered Code, include this CDDL HEADER in each
8e937899612528c862aad84d39ca073d231c3057vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8e937899612528c862aad84d39ca073d231c3057vboxsync# If applicable, add the following below this CDDL HEADER, with the
8e937899612528c862aad84d39ca073d231c3057vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
8e937899612528c862aad84d39ca073d231c3057vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
8e937899612528c862aad84d39ca073d231c3057vboxsync#
8e937899612528c862aad84d39ca073d231c3057vboxsync# CDDL HEADER END
8e937899612528c862aad84d39ca073d231c3057vboxsync#
8e937899612528c862aad84d39ca073d231c3057vboxsync#
8e937899612528c862aad84d39ca073d231c3057vboxsync# Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
8e937899612528c862aad84d39ca073d231c3057vboxsync#
8e937899612528c862aad84d39ca073d231c3057vboxsync
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsyncinclude ../Makefile.com
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsyncinclude ../../Makefile.lib.64
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync.KEEP_STATE:
8e937899612528c862aad84d39ca073d231c3057vboxsync
8e937899612528c862aad84d39ca073d231c3057vboxsyncinstall: stubinstall all $(ROOTLIBS64) $(ROOTLINKS64) $(EXTRA_ROOTLINKS64) \
8e937899612528c862aad84d39ca073d231c3057vboxsync $(ROOTLINT64) $(EXTRA_ROOTLINTLINKS64)
8e937899612528c862aad84d39ca073d231c3057vboxsync
8e937899612528c862aad84d39ca073d231c3057vboxsyncstubinstall: stub $(STUBROOTLIBS64) $(EXTRA_STUBROOTLINKS64) $(STUBROOTLINKS64)
8e937899612528c862aad84d39ca073d231c3057vboxsync