Makefile revision 5685
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen# CDDL HEADER START
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen# The contents of this file are subject to the terms of the
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen# Common Development and Distribution License (the "License").
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen# You may not use this file except in compliance with the License.
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen# See the License for the specific language governing permissions
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen# and limitations under the License.
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen# When distributing Covered Code, include this CDDL HEADER in each
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen# If applicable, add the following below this CDDL HEADER, with the
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen# fields enclosed by brackets "[]" replaced with your own identifying
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen# information: Portions Copyright [yyyy] [name of copyright owner]
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen# CDDL HEADER END
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
d474d8ef01ec5c2a09341cd148851ed383c3287crbowenCOMPONENT_PROJECT_URL= http://solaris-userland.java.net/
d474d8ef01ec5c2a09341cd148851ed383c3287crbowenCOMPONENT_ARCHIVE_URL= http://hg.java.net/solaris-userland-gate/
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen# This has a dependency on every REQUIRED_PACKAGE in Userland, some of which
7906201913b68fe78b9d6a22ab33bf21d82c490eminfrin# are not available on S11.
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen# The package is created in two parts: the checked-in manifest and a generated
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen# file of actions based on the REQUIRED_PACKAGES macro value.
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin$(BUILD_DIR)/package.list: $(BUILD_DIR) $(WS_MACH)/requires.mk
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen @echo $(REQUIRED_PACKAGES:%="depend type=require fmri=pkg:/%\\n") >$@