xref: /titanic_41/usr/src/cmd/hostid/smf/Makefile (revision 3afe87ebb25691cb6d158edaa34a6fb9b703a691)
1ed5289f9SKen Erickson#
2ed5289f9SKen Erickson# CDDL HEADER START
3ed5289f9SKen Erickson#
4ed5289f9SKen Erickson# The contents of this file are subject to the terms of the
5ed5289f9SKen Erickson# Common Development and Distribution License (the "License").
6ed5289f9SKen Erickson# You may not use this file except in compliance with the License.
7ed5289f9SKen Erickson#
8ed5289f9SKen Erickson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9ed5289f9SKen Erickson# or http://www.opensolaris.org/os/licensing.
10ed5289f9SKen Erickson# See the License for the specific language governing permissions
11ed5289f9SKen Erickson# and limitations under the License.
12ed5289f9SKen Erickson#
13ed5289f9SKen Erickson# When distributing Covered Code, include this CDDL HEADER in each
14ed5289f9SKen Erickson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15ed5289f9SKen Erickson# If applicable, add the following below this CDDL HEADER, with the
16ed5289f9SKen Erickson# fields enclosed by brackets "[]" replaced with your own identifying
17ed5289f9SKen Erickson# information: Portions Copyright [yyyy] [name of copyright owner]
18ed5289f9SKen Erickson#
19ed5289f9SKen Erickson# CDDL HEADER END
20ed5289f9SKen Erickson#
21ed5289f9SKen Erickson#
22*3afe87ebSRoger A. Faulkner# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23ed5289f9SKen Erickson# Use is subject to license terms.
24ed5289f9SKen Erickson#
25ed5289f9SKen Erickson
26ed5289f9SKen Ericksoninclude ../../Makefile.cmd
27ed5289f9SKen Erickson
28ed5289f9SKen EricksonMANIFEST = 	hostid.xml
29ed5289f9SKen EricksonMETHOD = 	svc-hostid
30ed5289f9SKen Erickson
31ed5289f9SKen EricksonROOTMANIFESTDIR = $(ROOTSVCSYSTEM)
32ed5289f9SKen EricksonROOTMETHOD =    $(ROOTLIBSVCMETHOD)/$(METHOD)
33ed5289f9SKen Erickson
34ed5289f9SKen Ericksonall clean clobber lint:
35ed5289f9SKen Erickson
36ed5289f9SKen Ericksoninstall:	all $(ROOTMANIFEST) $(ROOTMETHOD)
37ed5289f9SKen Erickson
38*3afe87ebSRoger A. Faulknercheck:	$(CHKMANIFEST)
39*3afe87ebSRoger A. Faulkner
40ed5289f9SKen Ericksoninclude ../../Makefile.targ
41