Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
1c57c3f79db0bf0358bbe6d7b5ad650c0c852f4bTinderbox User# CDDL HEADER START
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# The contents of this file are subject to the terms of the
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# Common Development and Distribution License, Version 1.0 only
1c57c3f79db0bf0358bbe6d7b5ad650c0c852f4bTinderbox User# (the "License"). You may not use this file except in compliance
1c57c3f79db0bf0358bbe6d7b5ad650c0c852f4bTinderbox User# with the License.
1c57c3f79db0bf0358bbe6d7b5ad650c0c852f4bTinderbox User# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1c57c3f79db0bf0358bbe6d7b5ad650c0c852f4bTinderbox User# See the License for the specific language governing permissions
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# and limitations under the License.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# When distributing Covered Code, include this CDDL HEADER in each
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# If applicable, add the following below this CDDL HEADER, with the
f9ce6280cec79deb16ff6d9807aa493ff23e10d9Tinderbox User# fields enclosed by brackets "[]" replaced with your own identifying
1ca759b3f5c0672b2a66bc02288fe010cabbfe37Tinderbox User# information: Portions Copyright [yyyy] [name of copyright owner]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# CDDL HEADER END
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
46472a450e043434d78fa18edc73bca8c47f3981Tinderbox User# Use is subject to license terms.
e285c11870c6263cd79b418e104c7eb3e2d96952Tinderbox User#ident "%Z%%M% %I% %E% SMI"
8a48b6b9b6fa8486f24b22d1972b2b6ebb36a4a4Tinderbox User -I. -I../common -D_REENTRANT -D_FILE_OFFSET_BITS=64
8a48b6b9b6fa8486f24b22d1972b2b6ebb36a4a4Tinderbox Userproc.o := CPPFLAGS += -I. -I../common -D_REENTRANT
45571e73747cb97c4abcdc7be8cc0c484b1b0e42Tinderbox User# lint doesn't like the unused _umem_*_init()
45571e73747cb97c4abcdc7be8cc0c484b1b0e42Tinderbox User# And lint thinks uadmin() is undefined.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox Userlint_SRCS := LINTFLAGS += -U_FILE_OFFSET_BITS -xerroff=E_NAME_DEF_NOT_USED2 -u
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -I. -I../common -D_REENTRANT -D_FILE_OFFSET_BITS=64
1700442a7751c2bbdafe2d039cebbd8316496957Tinderbox User $(LINK.c) -o $@ $(ALLOBJS) $(LDLIBS) $(CTFMERGE_HOOK)