Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
44c86318ed432af96848269250930297eea2bba3Evan Hunt# CDDL HEADER START
44c86318ed432af96848269250930297eea2bba3Evan Hunt# The contents of this file are subject to the terms of the
44c86318ed432af96848269250930297eea2bba3Evan Hunt# Common Development and Distribution License (the "License").
806e05d28a479291110a9fdb1788e675a56fc364Mark Andrews# You may not use this file except in compliance with the License.
ce7216c40ac973ed9ac5a90d75cd41b14b789725Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
455c0848f80a8acda27aad1466c72987cafaa029Mark Andrews# See the License for the specific language governing permissions
455c0848f80a8acda27aad1466c72987cafaa029Mark Andrews# and limitations under the License.
f9da4a8e543cf895b6171773e75d343b2914a7e7Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
f9da4a8e543cf895b6171773e75d343b2914a7e7Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f9da4a8e543cf895b6171773e75d343b2914a7e7Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
f9da4a8e543cf895b6171773e75d343b2914a7e7Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
293a9e997803ebcf4e6ade8c972465bf6330f534Mukund Sivaraman# information: Portions Copyright [yyyy] [name of copyright owner]
293a9e997803ebcf4e6ade8c972465bf6330f534Mukund Sivaraman# CDDL HEADER END
5995fec51cc8bb7e53804e4936e60aa1537f3673Mukund Sivaraman# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
5995fec51cc8bb7e53804e4936e60aa1537f3673Mukund Sivaraman# Use is subject to license terms.
d1dbf6b20fdcfa95acd75cdb96fcd57067a31144Mukund SivaramanLINTFLAGS += -erroff=E_FUNC_RET_ALWAYS_IGNOR2