xref: /onnv-gate/usr/src/lib/libc/capabilities/Makefile.com (revision 13081:431da7fc1d0a)
112719SRod.Evans@Sun.COM#
212719SRod.Evans@Sun.COM# CDDL HEADER START
312719SRod.Evans@Sun.COM#
412719SRod.Evans@Sun.COM# The contents of this file are subject to the terms of the
512719SRod.Evans@Sun.COM# Common Development and Distribution License (the "License").
612719SRod.Evans@Sun.COM# You may not use this file except in compliance with the License.
712719SRod.Evans@Sun.COM#
812719SRod.Evans@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
912719SRod.Evans@Sun.COM# or http://www.opensolaris.org/os/licensing.
1012719SRod.Evans@Sun.COM# See the License for the specific language governing permissions
1112719SRod.Evans@Sun.COM# and limitations under the License.
1212719SRod.Evans@Sun.COM#
1312719SRod.Evans@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
1412719SRod.Evans@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1512719SRod.Evans@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
1612719SRod.Evans@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
1712719SRod.Evans@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
1812719SRod.Evans@Sun.COM#
1912719SRod.Evans@Sun.COM# CDDL HEADER END
2012719SRod.Evans@Sun.COM#
2112719SRod.Evans@Sun.COM
2212719SRod.Evans@Sun.COM#
2312719SRod.Evans@Sun.COM# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
2412719SRod.Evans@Sun.COM#
2512719SRod.Evans@Sun.COM
2612719SRod.Evans@Sun.COMinclude		$(SRC)/lib/Makefile.lib
2712719SRod.Evans@Sun.COM
2812719SRod.Evans@Sun.COMMAPFILE-CAP =	../common/mapfile-cap
2912719SRod.Evans@Sun.COMMAPOPT-CAP =	$(MAPFILE-CAP:%=-M%)
3012719SRod.Evans@Sun.COM
3112719SRod.Evans@Sun.COMOBJCAP =	pics/objcap.o
3212719SRod.Evans@Sun.COMSYMCAP =	pics/symcap.o
3312719SRod.Evans@Sun.COM
3412719SRod.Evans@Sun.COMCLOBBERFILES +=	$(OBJCAP) $(SYMCAP)
35*13081SChris.Kiick@Sun.COM
36*13081SChris.Kiick@Sun.COMLIBCBASE =	$(SRC)/lib/libc
37