11772Sjl139090# 21772Sjl139090# CDDL HEADER START 31772Sjl139090# 41772Sjl139090# The contents of this file are subject to the terms of the 51772Sjl139090# Common Development and Distribution License (the "License"). 61772Sjl139090# You may not use this file except in compliance with the License. 71772Sjl139090# 81772Sjl139090# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 91772Sjl139090# or http://www.opensolaris.org/os/licensing. 101772Sjl139090# See the License for the specific language governing permissions 111772Sjl139090# and limitations under the License. 121772Sjl139090# 131772Sjl139090# When distributing Covered Code, include this CDDL HEADER in each 141772Sjl139090# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 151772Sjl139090# If applicable, add the following below this CDDL HEADER, with the 161772Sjl139090# fields enclosed by brackets "[]" replaced with your own identifying 171772Sjl139090# information: Portions Copyright [yyyy] [name of copyright owner] 181772Sjl139090# 191772Sjl139090# CDDL HEADER END 201772Sjl139090# 211772Sjl139090# 221772Sjl139090# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 231772Sjl139090# Use is subject to license terms. 241772Sjl139090# 251772Sjl139090# lib/libdscp/svc/Makefile.com 261772Sjl139090# 271772Sjl139090#ident "%Z%%M% %I% %E% SMI" 281772Sjl139090# 291772Sjl139090 301772Sjl139090MANIFEST= dscp.xml 311772Sjl139090SVCMETHOD= svc-dscp 321772Sjl139090 331772Sjl139090include ../../../cmd/Makefile.cmd 341772Sjl139090 351772Sjl139090.KEEP_STATE: 361772Sjl139090 371772Sjl139090# definitions for installing the manifest 381772Sjl139090ROOTMANIFESTDIR = $(ROOTSVCPLATFORMSUN4U) 391772Sjl139090 401772Sjl139090# definitions for installing the PPP options 411772Sjl139090OPTIONS = dscp.ppp.options 421772Sjl139090ROOTOPTIONSDIR = $(ROOT)/usr/platform/SUNW,SPARC-Enterprise/lib 431772Sjl139090ROOTOPTIONS = $(OPTIONS:%=$(ROOTOPTIONSDIR)/%) 441772Sjl139090 451772Sjl139090$(ROOTOPTIONSDIR): 461772Sjl139090 $(INS.dir) 471772Sjl139090 481772Sjl139090$(ROOTOPTIONSDIR)/%: % 491772Sjl139090 $(INS.file) 501772Sjl139090 511772Sjl139090all clean clobber lint: 521772Sjl139090 531772Sjl139090install: $(ROOTMANIFEST) $(ROOTSVCMETHOD) $(ROOTOPTIONS) 541772Sjl139090 551772Sjl139090check: $(CHKMANIFEST) 56*3048Samaguire 57*3048Samaguireinclude ../../../cmd/Makefile.targ 58