Makefile revision 1308
1d1a0a019d8d4d9ab0f51ada03604cd2cada287eSumit Bose# CDDL HEADER START
1d1a0a019d8d4d9ab0f51ada03604cd2cada287eSumit Bose# The contents of this file are subject to the terms of the
1d1a0a019d8d4d9ab0f51ada03604cd2cada287eSumit Bose# Common Development and Distribution License (the "License").
1d1a0a019d8d4d9ab0f51ada03604cd2cada287eSumit Bose# You may not use this file except in compliance with the License.
1d1a0a019d8d4d9ab0f51ada03604cd2cada287eSumit Bose# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1d1a0a019d8d4d9ab0f51ada03604cd2cada287eSumit Bose# See the License for the specific language governing permissions
1d1a0a019d8d4d9ab0f51ada03604cd2cada287eSumit Bose# and limitations under the License.
1d1a0a019d8d4d9ab0f51ada03604cd2cada287eSumit Bose# When distributing Covered Code, include this CDDL HEADER in each
1d1a0a019d8d4d9ab0f51ada03604cd2cada287eSumit Bose# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1d1a0a019d8d4d9ab0f51ada03604cd2cada287eSumit Bose# If applicable, add the following below this CDDL HEADER, with the
1d1a0a019d8d4d9ab0f51ada03604cd2cada287eSumit Bose# fields enclosed by brackets "[]" replaced with your own identifying
1d1a0a019d8d4d9ab0f51ada03604cd2cada287eSumit Bose# information: Portions Copyright [yyyy] [name of copyright owner]
1d1a0a019d8d4d9ab0f51ada03604cd2cada287eSumit Bose# CDDL HEADER END
1d1a0a019d8d4d9ab0f51ada03604cd2cada287eSumit Bose# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
1d1a0a019d8d4d9ab0f51ada03604cd2cada287eSumit BoseCOMPONENT_PROJECT_URL= http://www.gnu.org/software/findutils/
1d1a0a019d8d4d9ab0f51ada03604cd2cada287eSumit BoseCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1d1a0a019d8d4d9ab0f51ada03604cd2cada287eSumit Bose sha256:e0d34b8faca0b3cca0703f6c6b498afbe72f0ba16c35980c10ec9ef7724d6204
1d1a0a019d8d4d9ab0f51ada03604cd2cada287eSumit BoseCOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/pub/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
1d1a0a019d8d4d9ab0f51ada03604cd2cada287eSumit Bose# common targets
1d1a0a019d8d4d9ab0f51ada03604cd2cada287eSumit Bose# findutils tests use dejagnu which isn't currently included in Solaris.