Makefile revision a192e900f6d2b0e1a822e3252c0dfd795ed49d76
197N/A#
197N/A# CDDL HEADER START
197N/A#
197N/A# The contents of this file are subject to the terms of the
197N/A# Common Development and Distribution License (the "License").
197N/A# You may not use this file except in compliance with the License.
197N/A#
197N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
197N/A# or http://www.opensolaris.org/os/licensing.
197N/A# See the License for the specific language governing permissions
197N/A# and limitations under the License.
197N/A#
197N/A# When distributing Covered Code, include this CDDL HEADER in each
197N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
197N/A# If applicable, add the following below this CDDL HEADER, with the
197N/A# fields enclosed by brackets "[]" replaced with your own identifying
197N/A# information: Portions Copyright [yyyy] [name of copyright owner]
197N/A#
197N/A# CDDL HEADER END
197N/A#
197N/A#
197N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
844N/A# Use is subject to license terms.
197N/A#
197N/A#ident "%Z%%M% %I% %E% SMI"
197N/A#
197N/A
1273N/APROG= coreadm
197N/AMANIFEST= coreadm.xml
197N/A
618N/Ainclude ../Makefile.cmd
1273N/A
1273N/AROOTMANIFESTDIR= $(ROOTSVCSYSTEM)
197N/A
844N/A.KEEP_STATE:
844N/A
197N/ACFLAGS += $(CCVERBOSE)
1273N/ALDLIBS += -lproc
197N/A
197N/Aall: $(PROG)
197N/A
197N/Ainstall: all $(ROOTPROG) $(ROOTMANIFEST)
197N/A
197N/Aclean:
197N/A
197N/Acheck: $(CHKMANIFEST)
197N/A
197N/Alint: lint_PROG
197N/A
197N/Ainclude ../Makefile.targ
197N/A