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