xref: /illumos-gate/usr/src/lib/libdscp/svc/Makefile (revision 241c90a0)
125cf1a30Sjl#
225cf1a30Sjl# CDDL HEADER START
325cf1a30Sjl#
425cf1a30Sjl# The contents of this file are subject to the terms of the
525cf1a30Sjl# Common Development and Distribution License (the "License").
625cf1a30Sjl# You may not use this file except in compliance with the License.
725cf1a30Sjl#
825cf1a30Sjl# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
925cf1a30Sjl# or http://www.opensolaris.org/os/licensing.
1025cf1a30Sjl# See the License for the specific language governing permissions
1125cf1a30Sjl# and limitations under the License.
1225cf1a30Sjl#
1325cf1a30Sjl# When distributing Covered Code, include this CDDL HEADER in each
1425cf1a30Sjl# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1525cf1a30Sjl# If applicable, add the following below this CDDL HEADER, with the
1625cf1a30Sjl# fields enclosed by brackets "[]" replaced with your own identifying
1725cf1a30Sjl# information: Portions Copyright [yyyy] [name of copyright owner]
1825cf1a30Sjl#
1925cf1a30Sjl# CDDL HEADER END
2025cf1a30Sjl#
2125cf1a30Sjl#
2225cf1a30Sjl# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
2325cf1a30Sjl# Use is subject to license terms.
2425cf1a30Sjl#
2525cf1a30Sjl
2625cf1a30SjlMANIFEST=	dscp.xml
2725cf1a30SjlSVCMETHOD=	svc-dscp
2825cf1a30Sjl
2925cf1a30Sjlinclude ../../../cmd/Makefile.cmd
3025cf1a30Sjl
3125cf1a30Sjl.KEEP_STATE:
3225cf1a30Sjl
3325cf1a30Sjl# definitions for installing the manifest
3425cf1a30SjlROOTMANIFESTDIR	=	$(ROOTSVCPLATFORMSUN4U)
3525cf1a30Sjl
3625cf1a30Sjl# definitions for installing the PPP options
3725cf1a30SjlOPTIONS =		dscp.ppp.options
3825cf1a30SjlROOTOPTIONSDIR =	$(ROOT)/usr/platform/SUNW,SPARC-Enterprise/lib
3925cf1a30SjlROOTOPTIONS =		$(OPTIONS:%=$(ROOTOPTIONSDIR)/%)
4025cf1a30Sjl
4125cf1a30Sjl$(ROOTOPTIONSDIR):
4225cf1a30Sjl	$(INS.dir)
4325cf1a30Sjl
4425cf1a30Sjl$(ROOTOPTIONSDIR)/%: %
4525cf1a30Sjl	$(INS.file)
4625cf1a30Sjl
47*241c90a0SRichard Loweall clean clobber:
4825cf1a30Sjl
4925cf1a30Sjlinstall: $(ROOTMANIFEST) $(ROOTSVCMETHOD) $(ROOTOPTIONS)
5025cf1a30Sjl
5125cf1a30Sjlcheck: $(CHKMANIFEST)
52a192e900Samaguire
53a192e900Samaguireinclude ../../../cmd/Makefile.targ
54