Makefile revision dd566498928f08e7c9a79797a40db893c6a4b9fb
4070N/A#
4070N/A# CDDL HEADER START
4070N/A#
4070N/A# The contents of this file are subject to the terms of the
4070N/A# Common Development and Distribution License (the "License").
4070N/A# You may not use this file except in compliance with the License.
4070N/A#
4070N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4070N/A# or http://www.opensolaris.org/os/licensing.
4070N/A# See the License for the specific language governing permissions
4070N/A# and limitations under the License.
4070N/A#
4070N/A# When distributing Covered Code, include this CDDL HEADER in each
4070N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4070N/A# If applicable, add the following below this CDDL HEADER, with the
4070N/A# fields enclosed by brackets "[]" replaced with your own identifying
4070N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4070N/A#
4070N/A# CDDL HEADER END
4070N/A#
4070N/A
4070N/A#
6033N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
4070N/A# Use is subject to license terms.
4070N/A#
4070N/A# ident "%Z%%M% %I% %E% SMI"
4070N/A#
4070N/A
6033N/Ainclude ../../Makefile.com
4070N/Ainclude $(SRC)/Makefile.master.64
4070N/A
4070N/ASRCS = cpu.c
6033N/ALDLIBS += -lkstat \
4070N/A -L$(ROOTLIB)/fm/$(MACH64) -ltopo
4070N/ALDFLAGS += -R/usr/lib/fm/$(MACH64)
4070N/A
4070N/Ainclude ../../Makefile.targ
6033N/A
4070N/Ainstall: all $(ROOTPROG64)
4070N/A