Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
12f8d6edf83762026a782661a1e458bf4d026248jucablues# CDDL HEADER START
490e904265822342aa97a56b1ad0d0bb398c89a7theadib# The contents of this file are subject to the terms of the
12f8d6edf83762026a782661a1e458bf4d026248jucablues# Common Development and Distribution License (the "License").
490e904265822342aa97a56b1ad0d0bb398c89a7theadib# You may not use this file except in compliance with the License.
5ef6cb9428f2e6f5457e890a1c3b37f53730c07aFelipe C. da S. Sanches# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12f8d6edf83762026a782661a1e458bf4d026248jucablues# See the License for the specific language governing permissions
12f8d6edf83762026a782661a1e458bf4d026248jucablues# and limitations under the License.
12f8d6edf83762026a782661a1e458bf4d026248jucablues# When distributing Covered Code, include this CDDL HEADER in each
12f8d6edf83762026a782661a1e458bf4d026248jucablues# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
12f8d6edf83762026a782661a1e458bf4d026248jucablues# If applicable, add the following below this CDDL HEADER, with the
38fb914eb3aced01da1c1ca278e5da766d340c21keescook# fields enclosed by brackets "[]" replaced with your own identifying
5a0b40ff9ed9a05f38c229774abb29cf21dbc975JucaBlues# information: Portions Copyright [yyyy] [name of copyright owner]
087b237ce230e9b7a16dc95537dbb62f7d715026nicholasbishop# CDDL HEADER END
6999558b22096849285acee719ebdeb69f15277dkiirala# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
6999558b22096849285acee719ebdeb69f15277dkiirala# Use is subject to license terms.
6999558b22096849285acee719ebdeb69f15277dkiirala# We need access to the ancillary data features which are only available
490e904265822342aa97a56b1ad0d0bb398c89a7theadib# via the SUS standards. Further, C99 support requires SUSv3 or higher.
12f8d6edf83762026a782661a1e458bf4d026248jucabluesLDLIBS += -lsocket -lnsl -lsysevent -lnvpair -lipmp -linetutil -ldlpi
12f8d6edf83762026a782661a1e458bf4d026248jucabluesLINTFLAGS += -erroff=E_INCONS_ARG_DECL2 -erroff=E_INCONS_ARG_USED2
569ef8f6dbacc8a8b0b933d02a806c2e091ce02bjoncruz# Instrument in.mpathd with CTF data to ease debugging.
12f8d6edf83762026a782661a1e458bf4d026248jucabluesCTFMERGE_HOOK = && $(CTFMERGE) -L VERSION -o $@ $(OBJS)
12f8d6edf83762026a782661a1e458bf4d026248jucablues $(LINK.c) -o $@ $(OBJS) $(LDLIBS) $(CTFMERGE_HOOK)