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