Makefile revision 3afe87ebb25691cb6d158edaa34a6fb9b703a691
11222N/A#
11222N/A# CDDL HEADER START
11222N/A#
11222N/A# The contents of this file are subject to the terms of the
11222N/A# Common Development and Distribution License (the "License").
16307N/A# You may not use this file except in compliance with the License.
11222N/A#
11222N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11222N/A# or http://www.opensolaris.org/os/licensing.
17185N/A# See the License for the specific language governing permissions
11222N/A# and limitations under the License.
11222N/A#
11222N/A# When distributing Covered Code, include this CDDL HEADER in each
11222N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
11222N/A# If applicable, add the following below this CDDL HEADER, with the
11222N/A# fields enclosed by brackets "[]" replaced with your own identifying
11225N/A# information: Portions Copyright [yyyy] [name of copyright owner]
18688N/A#
18688N/A# CDDL HEADER END
11225N/A#
19013N/A#
11225N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
12760N/A# Use is subject to license terms.
19140N/A#
11225N/A
11222N/Ainclude ../../Makefile.cmd
18993N/A
11225N/Aall:= TARGET= all
11225N/Aclean:= TARGET= clean
11222N/Aclobber:= TARGET= clobber
11225N/Ainstall:= TARGET= install
11222N/Alint:= TARGET= lint
11222N/A_msg:= TARGET= _msg
11222N/A
19126N/AMANIFEST= labeld.xml
11222N/AROOTMANIFESTDIR = $(ROOTSVCSYSTEM)
19126N/ASVCMETHOD= svc-labeld
11222N/A$(ROOTMANIFEST) := FILEMODE= 444
11222N/A
11222N/A.KEEP_STATE:
11222N/A
11222N/Aall:
11222N/A
11222N/Ainstall: $(ROOTMANIFEST) $(ROOTSVCMETHOD)
11222N/A
11222N/Acheck: $(CHKMANIFEST)
11222N/A
11222N/Aclean clobber:
11222N/A
11222N/Alint:
11222N/A
11222N/A_msg:
11222N/A
11222N/AFRC:
11222N/A