4439N/A#
4439N/A# CDDL HEADER START
4439N/A#
4439N/A# The contents of this file are subject to the terms of the
4439N/A# Common Development and Distribution License (the "License").
4439N/A# You may not use this file except in compliance with the License.
4439N/A#
4439N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4439N/A# or http://www.opensolaris.org/os/licensing.
4439N/A# See the License for the specific language governing permissions
4439N/A# and limitations under the License.
4439N/A#
4439N/A# When distributing Covered Code, include this CDDL HEADER in each
4439N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4439N/A# If applicable, add the following below this CDDL HEADER, with the
4439N/A# fields enclosed by brackets "[]" replaced with your own identifying
4439N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4439N/A#
4439N/A# CDDL HEADER END
4439N/A#
4439N/A
4439N/A#
4439N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
4439N/A#
4439N/A
4439N/Ainclude ../../../make-rules/shared-macros.mk
4439N/A
4439N/ACOMPONENT_NAME= meta-packages/group-feature
4439N/ACOMPONENT_VERSION= $(PKG_SOLARIS_VERSION)
4439N/ACOMPONENT_PROJECT_URL= http://solaris-userland.java.net/
4439N/ACOMPONENT_ARCHIVE_URL= http://hg.java.net/solaris-userland-gate/
4439N/ACOMPONENT_BUGDB= gate-stuff/userland
4439N/A
4439N/Ainclude $(WS_MAKE_RULES)/prep.mk
4439N/Ainclude $(WS_MAKE_RULES)/ips.mk
4439N/A
4439N/Atest: $(NO_TESTS)
4439N/A
4439N/Abuild install::
4439N/A @echo "nothing to be done for $@"
4439N/A
4445N/A# Override default settings in prep.mk in s11-update branch so we don't delete
4445N/A# the entire directory (Not needed in default branch due to changes in 19782029)
4445N/ACLEAN_PATHS=
4445N/A
4439N/Aclean clobber::
4439N/A $(RM) -r $(BUILD_DIR)
4439N/A