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