Makefile revision 3817
155N/A# The contents of this file are subject to the terms of the 155N/A# Common Development and Distribution License (the "License"). 155N/A# You may not use this file except in compliance with the License. 155N/A# See the License for the specific language governing permissions 155N/A# and limitations under the License. 155N/A# When distributing Covered Code, include this CDDL HEADER in each 155N/A# If applicable, add the following below this CDDL HEADER, with the 155N/A# fields enclosed by brackets "[]" replaced with your own identifying 155N/A# information: Portions Copyright [yyyy] [name of copyright owner] 155N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. 215N/A# Zsh uses the compiler to link, so we need to pass CC_BITS, not LD_BITS. 155N/A# pcre-config --libs unnecessarily emits "-R/usr/lib"; we remove it so that it 155N/A# doesn't end up in the binaries. 155N/A# Upgrading gawk would fix the problem, but for now, all we can do is change 155N/A# The configure test for NIS tests to make sure that NIS is working, not whether 155N/A# it's available to compile against. We actually want to go through the switch 155N/A# in all cases, so we force it off, regardless of whether the build environment 155N/A# build does this always