1b1593d50SJason Beloro#
2b1593d50SJason Beloro# CDDL HEADER START
3b1593d50SJason Beloro#
4b1593d50SJason Beloro# The contents of this file are subject to the terms of the
5b1593d50SJason Beloro# Common Development and Distribution License (the "License").
6b1593d50SJason Beloro# You may not use this file except in compliance with the License.
7b1593d50SJason Beloro#
8b1593d50SJason Beloro# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9b1593d50SJason Beloro# or http://www.opensolaris.org/os/licensing.
10b1593d50SJason Beloro# See the License for the specific language governing permissions
11b1593d50SJason Beloro# and limitations under the License.
12b1593d50SJason Beloro#
13b1593d50SJason Beloro# When distributing Covered Code, include this CDDL HEADER in each
14b1593d50SJason Beloro# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15b1593d50SJason Beloro# If applicable, add the following below this CDDL HEADER, with the
16b1593d50SJason Beloro# fields enclosed by brackets "[]" replaced with your own identifying
17b1593d50SJason Beloro# information: Portions Copyright [yyyy] [name of copyright owner]
18b1593d50SJason Beloro#
19b1593d50SJason Beloro# CDDL HEADER END
20b1593d50SJason Beloro#
211e49577aSRod Evans
22b1593d50SJason Beloro#
231e49577aSRod Evans# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24b1593d50SJason Beloro#
25b1593d50SJason Beloro
261e49577aSRod Evansinclude		$(SRC)/lib/Makefile.lib
271e49577aSRod Evans
281e49577aSRod EvansMAPFILE-CAP =	../common/mapfile-cap
29*85f4cb87SRichard LoweMAPOPT-CAP =	$(MAPFILE-CAP:%=-Wl,-M%)
301e49577aSRod Evans
311e49577aSRod EvansOBJCAP =	pics/objcap.o
321e49577aSRod EvansSYMCAP =	pics/symcap.o
33cd3e9333SAli Bahrami
341e49577aSRod EvansCLOBBERFILES +=	$(OBJCAP) $(SYMCAP)
35e2c5185aSChristopher Kiick
36e2c5185aSChristopher KiickLIBCBASE =	$(SRC)/lib/libc
37