Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
945a9b081610f2b57759231e4cfad7aed62c9326slive#
945a9b081610f2b57759231e4cfad7aed62c9326slive# CDDL HEADER START
945a9b081610f2b57759231e4cfad7aed62c9326slive#
b51bf223f42d43ca6b1b33c95124edcfa5a871a4nd# The contents of this file are subject to the terms of the
945a9b081610f2b57759231e4cfad7aed62c9326slive# Common Development and Distribution License, Version 1.0 only
b51bf223f42d43ca6b1b33c95124edcfa5a871a4nd# (the "License"). You may not use this file except in compliance
945a9b081610f2b57759231e4cfad7aed62c9326slive# with the License.
945a9b081610f2b57759231e4cfad7aed62c9326slive#
945a9b081610f2b57759231e4cfad7aed62c9326slive# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
945a9b081610f2b57759231e4cfad7aed62c9326slive# or http://www.opensolaris.org/os/licensing.
945a9b081610f2b57759231e4cfad7aed62c9326slive# See the License for the specific language governing permissions
945a9b081610f2b57759231e4cfad7aed62c9326slive# and limitations under the License.
945a9b081610f2b57759231e4cfad7aed62c9326slive#
945a9b081610f2b57759231e4cfad7aed62c9326slive# When distributing Covered Code, include this CDDL HEADER in each
945a9b081610f2b57759231e4cfad7aed62c9326slive# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
13b7a14599e204e449fb6759ab5642c8778de61drbowen# If applicable, add the following below this CDDL HEADER, with the
13b7a14599e204e449fb6759ab5642c8778de61drbowen# fields enclosed by brackets "[]" replaced with your own identifying
13b7a14599e204e449fb6759ab5642c8778de61drbowen# information: Portions Copyright [yyyy] [name of copyright owner]
13b7a14599e204e449fb6759ab5642c8778de61drbowen#
945a9b081610f2b57759231e4cfad7aed62c9326slive# CDDL HEADER END
945a9b081610f2b57759231e4cfad7aed62c9326slive#
945a9b081610f2b57759231e4cfad7aed62c9326slive#
945a9b081610f2b57759231e4cfad7aed62c9326slive#ident "%Z%%M% %I% %E% SMI"
945a9b081610f2b57759231e4cfad7aed62c9326slive#
945a9b081610f2b57759231e4cfad7aed62c9326slive# Copyright (c) 1998 by Sun Microsystems, Inc.
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick# All rights reserved.
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick#
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick
11f2c481e1d57bedb3f758565307501e9a2730ddtrawickENVFILES= \
945a9b081610f2b57759231e4cfad7aed62c9326slive developer \
945a9b081610f2b57759231e4cfad7aed62c9326slive gatekeeper
945a9b081610f2b57759231e4cfad7aed62c9326slive
11f2c481e1d57bedb3f758565307501e9a2730ddtrawickinclude ../Makefile.tools
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick
11f2c481e1d57bedb3f758565307501e9a2730ddtrawickOWNER= root
11f2c481e1d57bedb3f758565307501e9a2730ddtrawickGROUP= bin
817c319541c1db4f27f332b36ce403f96ab7fad9trawickFILEMODE= 644
817c319541c1db4f27f332b36ce403f96ab7fad9trawick
817c319541c1db4f27f332b36ce403f96ab7fad9trawick.KEEP_STATE:
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick
817c319541c1db4f27f332b36ce403f96ab7fad9trawickall: $(ENVFILES)
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick
945a9b081610f2b57759231e4cfad7aed62c9326sliveinstall: all .WAIT $(ROOTONBLDENVFILES)
945a9b081610f2b57759231e4cfad7aed62c9326slive
945a9b081610f2b57759231e4cfad7aed62c9326sliveclean:
945a9b081610f2b57759231e4cfad7aed62c9326slive $(RM) $(CLEANFILES)
945a9b081610f2b57759231e4cfad7aed62c9326slive
945a9b081610f2b57759231e4cfad7aed62c9326sliveinclude ../Makefile.targ
19fe02d7d1a2eb1a1265c61e326f8ea8a2021817colm
945a9b081610f2b57759231e4cfad7aed62c9326slive