xref: /onnv-gate/usr/src/cmd/tsol/tsol-zones/Makefile (revision 10207:87c40ea3fc4b)
14746Srica#
24746Srica# CDDL HEADER START
34746Srica#
44746Srica# The contents of this file are subject to the terms of the
54746Srica# Common Development and Distribution License (the "License").
64746Srica# You may not use this file except in compliance with the License.
74746Srica#
84746Srica# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94746Srica# or http://www.opensolaris.org/os/licensing.
104746Srica# See the License for the specific language governing permissions
114746Srica# and limitations under the License.
124746Srica#
134746Srica# When distributing Covered Code, include this CDDL HEADER in each
144746Srica# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
154746Srica# If applicable, add the following below this CDDL HEADER, with the
164746Srica# fields enclosed by brackets "[]" replaced with your own identifying
174746Srica# information: Portions Copyright [yyyy] [name of copyright owner]
184746Srica#
194746Srica# CDDL HEADER END
204746Srica#
214746Srica#
22*10207SJames.McPherson@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
234746Srica# Use is subject to license terms.
244746Srica#
254746Srica# Makefile for tsol-zones service
264746Srica#
274746Srica
284746Srica##PROG=	nscd
294746SricaMANIFEST=	tsol-zones.xml
304746SricaSVCMETHOD=	svc-tsol-zones
314746Srica
324746Sricainclude ../../Makefile.cmd
334746Srica
344746SricaROOTMANIFESTDIR=	$(ROOTSVCSYSTEM)
354746Srica$(ROOTMANIFEST)		:= FILEMODE= 444
364746Srica
374746Srica$(ROOTMANIFESTDIR)/%: %
384746Srica		$(INS.file)
394746Srica
404746Srica
414746Srica# install macros and rule
424746Srica#
434746Srica
444746Srica.KEEP_STATE:
454746Srica
464746Sricaall:
474746Srica
484746Sricalint:
494746Srica
504746Sricacstyle:
514746Srica
524746Sricainstall: all $(ROOTMANIFEST) $(ROOTSVCMETHOD)
534746Srica
544746Sricacheck:	$(CHKMANIFEST)
554746Srica
564746Sricaclean:
574746Srica
584746Srica
594746Sricainclude ../Makefile.targ
604746Srica
614746Srica
624746Srica
63