xref: /illumos-gate/usr/src/cmd/lgrpinfo/Makefile (revision 55fea89dcaa64928bed4327112404dcb3e07b79f)
1c6402783Sakolb#
2c6402783Sakolb# CDDL HEADER START
3c6402783Sakolb#
4c6402783Sakolb# The contents of this file are subject to the terms of the
5c6402783Sakolb# Common Development and Distribution License (the "License").
6c6402783Sakolb# You may not use this file except in compliance with the License.
7c6402783Sakolb#
8c6402783Sakolb# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9c6402783Sakolb# or http://www.opensolaris.org/os/licensing.
10c6402783Sakolb# See the License for the specific language governing permissions
11c6402783Sakolb# and limitations under the License.
12c6402783Sakolb#
13c6402783Sakolb# When distributing Covered Code, include this CDDL HEADER in each
14c6402783Sakolb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15c6402783Sakolb# If applicable, add the following below this CDDL HEADER, with the
16c6402783Sakolb# fields enclosed by brackets "[]" replaced with your own identifying
17c6402783Sakolb# information: Portions Copyright [yyyy] [name of copyright owner]
18c6402783Sakolb#
19c6402783Sakolb# CDDL HEADER END
20c6402783Sakolb#
21c6402783Sakolb
22c6402783Sakolb#
23*24fe0b3bSjmcp# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
24c6402783Sakolb# Use is subject to license terms.
25c6402783Sakolb#
26c6402783Sakolb
27c6402783SakolbPROG=	lgrpinfo
28c6402783Sakolb
29c6402783Sakolbinclude ../Makefile.cmd
30c6402783Sakolb
31c6402783SakolbTARGET= all
32c6402783Sakolb
33c6402783Sakolb.KEEP_STATE:
34c6402783Sakolb
35c6402783Sakolball: $(PROG)
36c6402783Sakolb
37c6402783Sakolbinstall: all .WAIT $(ROOTPROG)
38c6402783Sakolb
39c6402783Sakolbclean:
40c6402783Sakolb
41c6402783Sakolb$(ROOTBINPROG): $(PROG)
42c6402783Sakolb	$(INS.file)
43c6402783Sakolb
44c6402783Sakolblint:
45c6402783Sakolb
46c6402783Sakolbinclude ../Makefile.targ
47