xref: /illumos-gate/usr/src/cmd/print/ppdmgr/Makefile (revision 24fe0b3b)
1c81d47afSceastha#
2c81d47afSceastha# CDDL HEADER START
3c81d47afSceastha#
4c81d47afSceastha# The contents of this file are subject to the terms of the
5c81d47afSceastha# Common Development and Distribution License (the "License").
6c81d47afSceastha# You may not use this file except in compliance with the License.
7c81d47afSceastha#
8c81d47afSceastha# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9c81d47afSceastha# or http://www.opensolaris.org/os/licensing.
10c81d47afSceastha# See the License for the specific language governing permissions
11c81d47afSceastha# and limitations under the License.
12c81d47afSceastha#
13c81d47afSceastha# When distributing Covered Code, include this CDDL HEADER in each
14c81d47afSceastha# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15c81d47afSceastha# If applicable, add the following below this CDDL HEADER, with the
16c81d47afSceastha# fields enclosed by brackets "[]" replaced with your own identifying
17c81d47afSceastha# information: Portions Copyright [yyyy] [name of copyright owner]
18c81d47afSceastha#
19c81d47afSceastha# CDDL HEADER END
20c81d47afSceastha#
21c81d47afSceastha#
22*24fe0b3bSjmcp# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23c81d47afSceastha# Use is subject to license terms.
24c81d47afSceastha#
25c81d47afSceastha
26c81d47afSceasthaMANIFEST=		ppd-cache-update.xml
27c81d47afSceasthaSVCMETHOD=		ppd-cache-update
28c81d47afSceastha
29c81d47afSceasthainclude		../Makefile.sp
30c81d47afSceastha
31c81d47afSceasthaROOTMANIFESTDIR=	$(ROOTSVCAPPLICATIONPRINT)
32c81d47afSceastha$(ROOTMANIFEST):=	FILEMODE= 444
33c81d47afSceastha
34c81d47afSceasthaROOTVARLP=		$(ROOTVAR)/lp
35c81d47afSceasthaROOTVARLPPPD=		$(ROOTVARLP)/ppd
36c81d47afSceasthaROOTVARLPPPDCACHES=	$(ROOTVARLPPPD)/caches
37c81d47afSceastha
38c81d47afSceastha$(ROOTVARLP):=		DIRMODE= 775
39c81d47afSceastha
40c81d47afSceastha.KEEP_STATE:
41c81d47afSceastha
42c81d47afSceasthaall:
43c81d47afSceasthainstall:	$(ROOTMANIFEST) $(ROOTSVCMETHOD) \
44c81d47afSceastha		$(ROOTVARLP) $(ROOTVARLPPPD) $(ROOTVARLPPPDCACHES)
45c81d47afSceasthacheck:		$(CHKMANIFEST)
46c81d47afSceasthaclean:
47c81d47afSceasthaclobber:
48c81d47afSceasthalint:
49c81d47afSceastha
50c81d47afSceastha$(ROOTVARLP) $(ROOTVARLPPPD) $(ROOTVARLPPPDCACHES):
51c81d47afSceastha	$(INS.dir)
52c81d47afSceastha
53c81d47afSceasthainclude		$(SRC)/cmd/Makefile.targ
54