bdfc6d18da790deeec2e0eb09c625902defe2498gww#
bdfc6d18da790deeec2e0eb09c625902defe2498gww# CDDL HEADER START
bdfc6d18da790deeec2e0eb09c625902defe2498gww#
bdfc6d18da790deeec2e0eb09c625902defe2498gww# The contents of this file are subject to the terms of the
bdfc6d18da790deeec2e0eb09c625902defe2498gww# Common Development and Distribution License (the "License").
bdfc6d18da790deeec2e0eb09c625902defe2498gww# You may not use this file except in compliance with the License.
bdfc6d18da790deeec2e0eb09c625902defe2498gww#
bdfc6d18da790deeec2e0eb09c625902defe2498gww# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
bdfc6d18da790deeec2e0eb09c625902defe2498gww# or http://www.opensolaris.org/os/licensing.
bdfc6d18da790deeec2e0eb09c625902defe2498gww# See the License for the specific language governing permissions
bdfc6d18da790deeec2e0eb09c625902defe2498gww# and limitations under the License.
bdfc6d18da790deeec2e0eb09c625902defe2498gww#
bdfc6d18da790deeec2e0eb09c625902defe2498gww# When distributing Covered Code, include this CDDL HEADER in each
bdfc6d18da790deeec2e0eb09c625902defe2498gww# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
bdfc6d18da790deeec2e0eb09c625902defe2498gww# If applicable, add the following below this CDDL HEADER, with the
bdfc6d18da790deeec2e0eb09c625902defe2498gww# fields enclosed by brackets "[]" replaced with your own identifying
bdfc6d18da790deeec2e0eb09c625902defe2498gww# information: Portions Copyright [yyyy] [name of copyright owner]
bdfc6d18da790deeec2e0eb09c625902defe2498gww#
bdfc6d18da790deeec2e0eb09c625902defe2498gww# CDDL HEADER END
bdfc6d18da790deeec2e0eb09c625902defe2498gww#
bdfc6d18da790deeec2e0eb09c625902defe2498gww#
bdfc6d18da790deeec2e0eb09c625902defe2498gww# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
bdfc6d18da790deeec2e0eb09c625902defe2498gww# Use is subject to license terms.
bdfc6d18da790deeec2e0eb09c625902defe2498gww#
bdfc6d18da790deeec2e0eb09c625902defe2498gww# lib/libdscp/svc/Makefile.com
bdfc6d18da790deeec2e0eb09c625902defe2498gww#
bdfc6d18da790deeec2e0eb09c625902defe2498gww#ident "%Z%%M% %I% %E% SMI"
bdfc6d18da790deeec2e0eb09c625902defe2498gww#
bdfc6d18da790deeec2e0eb09c625902defe2498gww
bdfc6d18da790deeec2e0eb09c625902defe2498gwwMANIFEST= dscp.xml
SVCMETHOD= svc-dscp
include ../../../cmd/Makefile.cmd
.KEEP_STATE:
# definitions for installing the manifest
ROOTMANIFESTDIR = $(ROOTSVCPLATFORMSUN4U)
# definitions for installing the PPP options
OPTIONS = dscp.ppp.options
ROOTOPTIONSDIR = $(ROOT)/usr/platform/SUNW,SPARC-Enterprise/lib
ROOTOPTIONS = $(OPTIONS:%=$(ROOTOPTIONSDIR)/%)
$(ROOTOPTIONSDIR):
$(INS.dir)
$(ROOTOPTIONSDIR)/%: %
$(INS.file)
all clean clobber lint:
install: $(ROOTMANIFEST) $(ROOTSVCMETHOD) $(ROOTOPTIONS)
check: $(CHKMANIFEST)
include ../../../cmd/Makefile.targ