Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
12N/A#
12N/A# CDDL HEADER START
12N/A#
12N/A# The contents of this file are subject to the terms of the
12N/A# Common Development and Distribution License, Version 1.0 only
12N/A# (the "License"). You may not use this file except in compliance
12N/A# with the License.
12N/A#
12N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12N/A# or http://www.opensolaris.org/os/licensing.
12N/A# See the License for the specific language governing permissions
12N/A# and limitations under the License.
12N/A#
12N/A# When distributing Covered Code, include this CDDL HEADER in each
12N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
12N/A# If applicable, add the following below this CDDL HEADER, with the
12N/A# fields enclosed by brackets "[]" replaced with your own identifying
12N/A# information: Portions Copyright [yyyy] [name of copyright owner]
12N/A#
12N/A# CDDL HEADER END
12N/A#
12N/A#
12N/A# ident "%Z%%M% %I% %E% SMI"
12N/A#
12N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
12N/A# Use is subject to license terms.
12N/A#
22N/A# Makefile definitions for Starfire Network Console related items.
22N/A#
22N/A# cmd/cvcd/Makefile
22N/A#
22N/A# These utilities are specific to the Ultra-Enterprise-10000 platform at this
22N/A# time.
22N/A#
22N/A
22N/APROG= cvcd
22N/AMANIFEST= cvc.xml
22N/ASVCMETHOD= svc-$(PROG)
22N/A
22N/Ainclude ../Makefile.cmd
12N/A
12N/ASUBDIRS = sparc
12N/A
12N/AROOTMANIFESTDIR= $(ROOTSVCSYSTEM)
12N/A
38N/Aall := TARGET= all
22N/Ainstall := TARGET= install
22N/Aclean := TARGET= clean
22N/Aclobber := TARGET= clobber
22N/Alint := TARGET= lint
22N/A
22N/A$(ROOTMANIFEST) := FILEMODE = 444
12N/A
28N/A.KEEP_STATE:
28N/A
12N/Aall lint clean clobber: $(SUBDIRS)
12N/A
12N/Ainstall: $(SUBDIRS) $(ROOTMANIFEST) $(ROOTSVCMETHOD)
12N/A
12N/Acheck: $(CHKMANIFEST)
12N/A
22N/A$(SUBDIRS): FRC
12N/A @cd $@; pwd; $(MAKE) $(TARGET)
22N/A
12N/AFRC:
22N/A