Makefile revision 1
2801N/A#
2801N/A# CDDL HEADER START
2801N/A#
2801N/A# The contents of this file are subject to the terms of the
2801N/A# Common Development and Distribution License (the "License").
2801N/A# You may not use this file except in compliance with the License.
2801N/A#
2801N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2801N/A# or http://www.opensolaris.org/os/licensing.
2801N/A# See the License for the specific language governing permissions
2801N/A# and limitations under the License.
2801N/A#
2801N/A# When distributing Covered Code, include this CDDL HEADER in each
2801N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2801N/A# If applicable, add the following below this CDDL HEADER, with the
2801N/A# fields enclosed by brackets "[]" replaced with your own identifying
2801N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2801N/A#
2801N/A# CDDL HEADER END
2801N/A#
2801N/A
2801N/A#
2801N/A# Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
2801N/A#
2801N/A
2801N/A# Platform-specific config
2801N/A# Note that "HOSTTYPE" matches the value used by AT&T upstream.
2801N/ADLLPLATFORMCPPFLAGS = '-DHOSTTYPE="sol$(RELEASE_MINOR).sun4"'
2801N/A
2801N/Ainclude ../Makefile.com
2801N/A
2801N/Ainstall: stubinstall all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
2801N/A
2801N/Astubinstall: stub $(STUBROOTLIBS) $(STUBROOTLINKS)
2801N/A