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