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