diff options
| author | Krishnendu Sadhukhan - Sun Microsystems <Krishnendu.Sadhukhan@Sun.COM> | 2009-09-28 13:53:34 -0700 |
|---|---|---|
| committer | Krishnendu Sadhukhan - Sun Microsystems <Krishnendu.Sadhukhan@Sun.COM> | 2009-09-28 13:53:34 -0700 |
| commit | 15db28971f91c98efb449aebf46024ac72779fa3 (patch) | |
| tree | d06fdb7297e4a23b6951bd0158c25421ea0084c0 /usr/src/cmd/latencytop/amd64 | |
| parent | b693757a2e07699c354cbc85e1ab83b588553262 (diff) | |
| download | illumos-joyent-15db28971f91c98efb449aebf46024ac72779fa3.tar.gz | |
PSARC/2009/339 LatencyTOP for OpenSolaris
6825817 Integrate latencyTOP into OpenSolaris
Contributed by Lejun Zhu <lejun.zhu@intel.com>
Diffstat (limited to 'usr/src/cmd/latencytop/amd64')
| -rw-r--r-- | usr/src/cmd/latencytop/amd64/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/usr/src/cmd/latencytop/amd64/Makefile b/usr/src/cmd/latencytop/amd64/Makefile new file mode 100644 index 0000000000..79b3cceb54 --- /dev/null +++ b/usr/src/cmd/latencytop/amd64/Makefile @@ -0,0 +1,30 @@ +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# Copyright (c) 2008-2009, Intel Corporation. +# All Rights Reserved. +# + +include ../Makefile.com +include ../../Makefile.cmd.64 + +WRAPOPT = -64 + +install: all $(ROOTPROG64) |
