Makefile revision 2e02daeede04af58a9d4f18f8dfed1fda3ececa1
99N/A#
99N/A# CDDL HEADER START
99N/A#
99N/A# The contents of this file are subject to the terms of the
99N/A# Common Development and Distribution License (the "License").
99N/A# You may not use this file except in compliance with the License.
99N/A#
99N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
99N/A# or http://www.opensolaris.org/os/licensing.
99N/A# See the License for the specific language governing permissions
99N/A# and limitations under the License.
99N/A#
99N/A# When distributing Covered Code, include this CDDL HEADER in each
99N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
99N/A# If applicable, add the following below this CDDL HEADER, with the
99N/A# fields enclosed by brackets "[]" replaced with your own identifying
99N/A# information: Portions Copyright [yyyy] [name of copyright owner]
99N/A#
99N/A# CDDL HEADER END
99N/A#
727N/A
99N/A#
127N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
99N/A# Use is subject to license terms.
99N/A#
99N/A
99N/ASHFILES= \
99N/A get_depend_info \
618N/A make_pkg_db \
99N/A
99N/AETCFILES= \
99N/A SampleLinks \
99N/A SamplePkgLinks
99N/A
99N/AMAN1FILES= \
99N/A get_depend_info.1 \
99N/A make_pkg_db.1
99N/A
727N/Ainclude ../Makefile.tools
727N/A
727N/AOWNER= root
99N/AGROUP= bin
99N/A$(ROOTONBLDETCFILES) := FILEMODE= 644
99N/A$(ROOTONBLDMAN1FILES) := FILEMODE= 644
99N/A
99N/A.KEEP_STATE:
181N/A
99N/Aall: $(SHFILES) $(MAN1FILES)
99N/A
99N/Ainstall: all .WAIT $(ROOTONBLDSHFILES) $(ROOTONBLDETCFILES) \
99N/A $(ROOTONBLDMAN1FILES)
clean:
$(RM) $(CLEANFILES)
include ../Makefile.targ