Makefile revision 4746:0bc0c48f4304
1115017Smarcel#
2115017Smarcel# CDDL HEADER START
3115017Smarcel#
4115017Smarcel# The contents of this file are subject to the terms of the
5115017Smarcel# Common Development and Distribution License (the "License").
6115017Smarcel# You may not use this file except in compliance with the License.
7115017Smarcel#
8115017Smarcel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9115017Smarcel# or http://www.opensolaris.org/os/licensing.
10115017Smarcel# See the License for the specific language governing permissions
11115017Smarcel# and limitations under the License.
12115017Smarcel#
13115017Smarcel# When distributing Covered Code, include this CDDL HEADER in each
14115017Smarcel# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15115017Smarcel# If applicable, add the following below this CDDL HEADER, with the
16115017Smarcel# fields enclosed by brackets "[]" replaced with your own identifying
17115017Smarcel# information: Portions Copyright [yyyy] [name of copyright owner]
18115017Smarcel#
19115017Smarcel# CDDL HEADER END
20115017Smarcel#
21115017Smarcel#
22115017Smarcel# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
23115017Smarcel# Use is subject to license terms.
24115017Smarcel#
25115017Smarcel
26115017Smarcel#
27115017Smarcel#ident	"%Z%%M%	%I%	%E% SMI"
28115017Smarcel#
29115017Smarcel
30115017Smarcel#
31115017Smarcel# cmd/tsol/setlabel
32115017Smarcel#
33115017Smarcel#
34115017SmarcelPROG=	setlabel
35115017Smarcel
36115017Smarcelinclude ../../Makefile.cmd
37115017Smarcel
38115017SmarcelLDLIBS +=	-ltsol
39115017Smarcel
40115017Smarcel.KEEP_STATE:
41115017Smarcel
42115017Smarcelall: $(PROG)
43115017Smarcel
44115017Smarcelinstall: all $(ROOTPROG)
45115017Smarcel
46115017Smarcelclean:
47115017Smarcel
48115017Smarcellint:	lint_PROG
49115017Smarcel
50115017Smarcelinclude ../Makefile.targ
51115017Smarcel