Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
3853N/A#
3853N/A# CDDL HEADER START
3853N/A#
3853N/A# The contents of this file are subject to the terms of the
3853N/A# Common Development and Distribution License (the "License").
3853N/A# You may not use this file except in compliance with the License.
3853N/A#
3853N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3853N/A# or http://www.opensolaris.org/os/licensing.
3853N/A# See the License for the specific language governing permissions
3853N/A# and limitations under the License.
3853N/A#
3853N/A# When distributing Covered Code, include this CDDL HEADER in each
3853N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3853N/A# If applicable, add the following below this CDDL HEADER, with the
3853N/A# fields enclosed by brackets "[]" replaced with your own identifying
3853N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3853N/A#
3853N/A# CDDL HEADER END
3853N/A#
3853N/A#
3853N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
3853N/A# Use is subject to license terms.
3853N/A#
5006N/A# cmd/cvcd/sparc/sun4u/starfire/cvcd
3853N/A#
3853N/APROG= cvcd
3853N/AROOTFS_PROG= $(PROG)
3853N/APLATFORM= SUNW,Ultra-Enterprise-10000
3853N/A
3853N/A# Create default so empty rules don't confuse make
3853N/ACLASS= 32
3853N/A
3853N/ASRCS= $(PROG:%=%.c)
3853N/AOBJS= $(PROG:%=%.o)
5130N/A
3853N/Ainclude ../../../../Makefile.cmd
3853N/Ainclude ../../../../../Makefile.psm
3853N/A
4500N/AFILEMODE= 0700
4500N/A
3853N/AROOTPSMPROG = $(ROOT_PSM_LIB_DIR)/$(PROG)
3853N/A
3853N/ACPPFLAGS = -I$(USR_PSM_INCL_DIR) $(CPPFLAGS.master)
3853N/A
3853N/ALDLIBS += -lsocket -lnsl
3853N/A
3853N/A.KEEP_STATE:
3853N/A
3853N/Aall: $(ROOTFS_PROG)
3853N/A
3853N/Ainstall: all .WAIT $(ROOTPSMPROG)
3853N/A
3853N/Aclean:
3853N/A $(RM) $(PROG) $(OBJS)
3853N/A
3853N/Alint: lint_PROG
3853N/A
3853N/Ainclude ../../../../Makefile.targ
3853N/Ainclude ../../../../../Makefile.psm.targ
3853N/A