Makefile revision 99ba4d70906e5f67853c25ade6ebf4da3e5be4d6
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync#
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# CDDL HEADER START
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync#
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# The contents of this file are subject to the terms of the
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# Common Development and Distribution License (the "License").
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# You may not use this file except in compliance with the License.
40642fb7f08e1b6c55284d571b47c06d103514b2vboxsync#
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# or http://www.opensolaris.org/os/licensing.
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# See the License for the specific language governing permissions
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# and limitations under the License.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# When distributing Covered Code, include this CDDL HEADER in each
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# If applicable, add the following below this CDDL HEADER, with the
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync#
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# CDDL HEADER END
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync#
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# Use is subject to license terms.
43747b1f0bc8302a238fb35e55857a5e9aa1933dvboxsync#
43747b1f0bc8302a238fb35e55857a5e9aa1933dvboxsync
43747b1f0bc8302a238fb35e55857a5e9aa1933dvboxsyncKSHPROG= ipagent
43747b1f0bc8302a238fb35e55857a5e9aa1933dvboxsyncMANIFEST= ipagent.xml
7e960d3a0a8a3a84d7aba2cca45d72b1c31cc97bvboxsyncSVCMETHOD= svc-ipagent
43747b1f0bc8302a238fb35e55857a5e9aa1933dvboxsync
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsyncinclude ../../Makefile.cmd
0c437bb10c61b229407a7517efde04dfe3b1e4a1vboxsync
43747b1f0bc8302a238fb35e55857a5e9aa1933dvboxsyncROOTMANIFESTDIR= $(ROOTSVCSYSTEM)
0c437bb10c61b229407a7517efde04dfe3b1e4a1vboxsync
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsyncROOTKSHPROG= $(ROOTLIBXEN)/$(KSHPROG)
f091ce66ee934d599f16056078a9a76d7286b959vboxsync
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync.KEEP_STATE:
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsyncall: $(KSHPROG)
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync
2f0d866e126dd288169fed591c259c1c6b4016e5vboxsyncinstall: all $(ROOTKSHPROG) $(ROOTMANIFEST) $(ROOTSVCMETHOD)
b74ca013e5f201a2dd371e6c438433ceac12af30vboxsync
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsyncclean:
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync $(RM) $(KSHPROG)
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsynccheck: $(CHKMANIFEST)
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync
590bfe12ce22cd3716448fbb9f4dc51664bfe5e2vboxsync${ROOTLIB}/%: %
223cf005b18af2c21352a70693ebaf0582f68ebcvboxsync ${INS.file}
223cf005b18af2c21352a70693ebaf0582f68ebcvboxsync
ec396fe711132b92acc2d78febe34c4d195e1466vboxsyncinclude ../../Makefile.targ
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync
afed5ab737f4aacfae3fe73776f40e989190a7cavboxsync