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