Makefile revision 3661
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt# CDDL HEADER START
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# The contents of this file are subject to the terms of the
b129f72d951663755496670606e5f7303e8f2dc2Tinderbox User# Common Development and Distribution License (the "License").
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# You may not use this file except in compliance with the License.
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# or http://www.opensolaris.org/os/licensing.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# See the License for the specific language governing permissions
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# CDDL HEADER END
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob Halley# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob HalleyCOMPONENT_PROJECT_URL= http://www.info-zip.org/Zip.html
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob Halley sha256:f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob HalleyCOMPONENT_ARCHIVE_URL= ftp://ftp.info-zip.org/pub/infozip/src/$(COMPONENT_ARCHIVE)
81f58902eb5a1c1ab22742c72bd6cf318acbc06aTinderbox User# remove the unwanted file.
b129f72d951663755496670606e5f7303e8f2dc2Tinderbox UserCOMPONENT_PREP_ACTION = rm -f $(SOURCE_DIR)/match.S
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# The Makefile we want is under unix/Makefile
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# This doesn't respect DESTDIR, so overload BINDIR and MANDIR when we install.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinCOMPONENT_INSTALL_ARGS += BINDIR=$(PROTOUSRBINDIR)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinCOMPONENT_INSTALL_ARGS += MANDIR=$(PROTOUSRSHAREMAN1DIR)
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob Halley# common targets