Makefile revision ab5dfd5e82c7de6e8a7172573741f3c5890a82fa
905N/A#
905N/A# CDDL HEADER START
905N/A#
905N/A# The contents of this file are subject to the terms of the
905N/A# Common Development and Distribution License (the "License").
905N/A# You may not use this file except in compliance with the License.
905N/A#
905N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
905N/A# or http://www.opensolaris.org/os/licensing.
905N/A# See the License for the specific language governing permissions
905N/A# and limitations under the License.
905N/A#
905N/A# When distributing Covered Code, include this CDDL HEADER in each
905N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
905N/A# If applicable, add the following below this CDDL HEADER, with the
905N/A# fields enclosed by brackets "[]" replaced with your own identifying
905N/A# information: Portions Copyright [yyyy] [name of copyright owner]
905N/A#
905N/A# CDDL HEADER END
905N/A#
905N/A
905N/A#
905N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
905N/A# Use is subject to license terms.
905N/A#
905N/A
905N/APROGS = attach clone detach image_install p2v postattach poststate \
905N/A prestate preuninstall s10_boot uninstall
905N/AXMLDOCS= config.xml platform.xml smf_disable.lst pkgrm.lst common.ksh \
905N/A version
905N/AUSERFILES= smf_disable.conf pkgrm.conf
905N/ATEMPLATES = SUNWsolaris10.xml
905N/ACLOBBERFILES= $(ROOTPROGS) $(ROOTXMLDOCS) $(ROOTTEMPLATES) $(ETCUSER)
905N/A
905N/Ainclude $(SRC)/cmd/Makefile.cmd
905N/Ainclude ../Makefile.s10
905N/A
905N/A.KEEP_STATE:
905N/A
905N/Aall: $(PROGS)
905N/A
905N/APOFILES = $(PROGS:%=%.po) common.po
905N/APOFILE = s10_zone.po
905N/A
905N/A$(POFILE): $(POFILES)
905N/A $(RM) $@
905N/A $(CAT) $(POFILES) > $@
905N/A
905N/Ainstall: $(PROGS) $(ROOTPROGS) $(ROOTXMLDOCS) $(ROOTTEMPLATES) $(ETCUSER)
905N/A
905N/Alint:
905N/A
905N/Aclean:
905N/A -$(RM) $(PROGS) $(POFILES) $(POFILE)
905N/A
905N/Ainclude $(SRC)/cmd/Makefile.targ
905N/A