Cross Reference: /illumos-gate/usr/src/cmd/powertop/amd64/Makefile
Makefile revision bcde4861cca9caf5cab2b710a3241b038fec477c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
c25356d5978632df6203437e1953bcb29e0c736fTimo Sirainen#
c25356d5978632df6203437e1953bcb29e0c736fTimo Sirainen# CDDL HEADER START
446f37765473d419b534f7934850e77e842d3a2aTimo Sirainen#
1759b25adaa2dd3b138f1fd90726669f2613785aTimo Sirainen# The contents of this file are subject to the terms of the
1b0cfbf3cc77a670b92fff5c30f7b1eb17a63ab1Timo Sirainen# Common Development and Distribution License (the "License").
1b0cfbf3cc77a670b92fff5c30f7b1eb17a63ab1Timo Sirainen# You may not use this file except in compliance with the License.
1b0cfbf3cc77a670b92fff5c30f7b1eb17a63ab1Timo Sirainen#
1b0cfbf3cc77a670b92fff5c30f7b1eb17a63ab1Timo Sirainen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1759b25adaa2dd3b138f1fd90726669f2613785aTimo Sirainen# or http://www.opensolaris.org/os/licensing.
1b0cfbf3cc77a670b92fff5c30f7b1eb17a63ab1Timo Sirainen# See the License for the specific language governing permissions
1b0cfbf3cc77a670b92fff5c30f7b1eb17a63ab1Timo Sirainen# and limitations under the License.
446f37765473d419b534f7934850e77e842d3a2aTimo Sirainen#
446f37765473d419b534f7934850e77e842d3a2aTimo Sirainen# When distributing Covered Code, include this CDDL HEADER in each
446f37765473d419b534f7934850e77e842d3a2aTimo Sirainen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1b0cfbf3cc77a670b92fff5c30f7b1eb17a63ab1Timo Sirainen# If applicable, add the following below this CDDL HEADER, with the
446f37765473d419b534f7934850e77e842d3a2aTimo Sirainen# fields enclosed by brackets "[]" replaced with your own identifying
446f37765473d419b534f7934850e77e842d3a2aTimo Sirainen# information: Portions Copyright [yyyy] [name of copyright owner]
446f37765473d419b534f7934850e77e842d3a2aTimo Sirainen#
446f37765473d419b534f7934850e77e842d3a2aTimo Sirainen# CDDL HEADER END
446f37765473d419b534f7934850e77e842d3a2aTimo Sirainen#
446f37765473d419b534f7934850e77e842d3a2aTimo Sirainen# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
1b0cfbf3cc77a670b92fff5c30f7b1eb17a63ab1Timo Sirainen# Use is subject to license terms.
1b0cfbf3cc77a670b92fff5c30f7b1eb17a63ab1Timo Sirainen#
1b0cfbf3cc77a670b92fff5c30f7b1eb17a63ab1Timo Sirainen
a1f517528af314cb6f5f39187a71dbed8a6e1152Timo Siraineninclude ../Makefile.com
a1f517528af314cb6f5f39187a71dbed8a6e1152Timo Siraineninclude ../../Makefile.cmd.64
a1f517528af314cb6f5f39187a71dbed8a6e1152Timo Sirainen
a1f517528af314cb6f5f39187a71dbed8a6e1152Timo Siraineninstall: all $(ROOTPROG64)
446f37765473d419b534f7934850e77e842d3a2aTimo Sirainen