Makefile revision 70cbfe41f2338b77c15f79c6625eca6e70c412f3
af062818b47340eef15700d2f0211576ba3506eevboxsync# CDDL HEADER START
af062818b47340eef15700d2f0211576ba3506eevboxsync# The contents of this file are subject to the terms of the
af062818b47340eef15700d2f0211576ba3506eevboxsync# Common Development and Distribution License (the "License").
af062818b47340eef15700d2f0211576ba3506eevboxsync# You may not use this file except in compliance with the License.
af062818b47340eef15700d2f0211576ba3506eevboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
af062818b47340eef15700d2f0211576ba3506eevboxsync# See the License for the specific language governing permissions
af062818b47340eef15700d2f0211576ba3506eevboxsync# and limitations under the License.
af062818b47340eef15700d2f0211576ba3506eevboxsync# When distributing Covered Code, include this CDDL HEADER in each
af062818b47340eef15700d2f0211576ba3506eevboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
af062818b47340eef15700d2f0211576ba3506eevboxsync# If applicable, add the following below this CDDL HEADER, with the
af062818b47340eef15700d2f0211576ba3506eevboxsync# fields enclosed by brackets "[]" replaced with your own identifying
af062818b47340eef15700d2f0211576ba3506eevboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
af062818b47340eef15700d2f0211576ba3506eevboxsync# CDDL HEADER END
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync# Use is subject to license terms.
af062818b47340eef15700d2f0211576ba3506eevboxsync -I. -I../common -D_REENTRANT -D_FILE_OFFSET_BITS=64
af062818b47340eef15700d2f0211576ba3506eevboxsync# lint doesn't like the unused _umem_*_init()
af062818b47340eef15700d2f0211576ba3506eevboxsync# And lint thinks uadmin() is undefined.
af062818b47340eef15700d2f0211576ba3506eevboxsynclint_SRCS := LINTFLAGS += -U_FILE_OFFSET_BITS -xerroff=E_NAME_DEF_NOT_USED2 -u
af062818b47340eef15700d2f0211576ba3506eevboxsync -I. -I../common -D_REENTRANT -D_FILE_OFFSET_BITS=64
$(POST_PROCESS)