Makefile revision 6bbe05905a1c10a2703f95fb4912eb14b87f6670
338N/A#
338N/A# CDDL HEADER START
338N/A#
338N/A# The contents of this file are subject to the terms of the
338N/A# Common Development and Distribution License (the "License").
338N/A# You may not use this file except in compliance with the License.
338N/A#
338N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
338N/A# or http://www.opensolaris.org/os/licensing.
338N/A# See the License for the specific language governing permissions
338N/A# and limitations under the License.
338N/A#
338N/A# When distributing Covered Code, include this CDDL HEADER in each
338N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
338N/A# If applicable, add the following below this CDDL HEADER, with the
338N/A# fields enclosed by brackets "[]" replaced with your own identifying
338N/A# information: Portions Copyright [yyyy] [name of copyright owner]
338N/A#
873N/A# CDDL HEADER END
338N/A#
338N/A#
338N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
338N/A# Use is subject to license terms.
338N/A#
3231N/A#
338N/A
338N/A# include common Makefiles
2086N/Ainclude ../Makefile.obj
338N/Ainclude ../../Makefile.lib.64
338N/Ainclude ../Makefile.flag
338N/ALDLIBS += -lc -m64
338N/ALDLIBS += -L$(SRC)/lib/libfruutils/$(MACH64) -lfruutils
338N/ALDLIBS += -L$(SRC)/lib/libfru/libfrureg/$(MACH64) -lfrureg
338N/A
338N/Ainstall: all $(ROOTLIBDIR64) $(ROOTLINKSCCC64)
338N/A
338N/A$(ROOTLIBDIR64):
338N/A $(INS.dir)
338N/A
338N/Ainclude ../Makefile.targ
338N/A