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