1628e3cbeSEdward Pilatowicz#
2628e3cbeSEdward Pilatowicz# CDDL HEADER START
3628e3cbeSEdward Pilatowicz#
4628e3cbeSEdward Pilatowicz# The contents of this file are subject to the terms of the
5628e3cbeSEdward Pilatowicz# Common Development and Distribution License (the "License").
6628e3cbeSEdward Pilatowicz# You may not use this file except in compliance with the License.
7628e3cbeSEdward Pilatowicz#
8628e3cbeSEdward Pilatowicz# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9628e3cbeSEdward Pilatowicz# or http://www.opensolaris.org/os/licensing.
10628e3cbeSEdward Pilatowicz# See the License for the specific language governing permissions
11628e3cbeSEdward Pilatowicz# and limitations under the License.
12628e3cbeSEdward Pilatowicz#
13628e3cbeSEdward Pilatowicz# When distributing Covered Code, include this CDDL HEADER in each
14628e3cbeSEdward Pilatowicz# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15628e3cbeSEdward Pilatowicz# If applicable, add the following below this CDDL HEADER, with the
16628e3cbeSEdward Pilatowicz# fields enclosed by brackets "[]" replaced with your own identifying
17628e3cbeSEdward Pilatowicz# information: Portions Copyright [yyyy] [name of copyright owner]
18628e3cbeSEdward Pilatowicz#
19628e3cbeSEdward Pilatowicz# CDDL HEADER END
20628e3cbeSEdward Pilatowicz#
21628e3cbeSEdward Pilatowicz#
22*80e2ca85S# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
23628e3cbeSEdward Pilatowicz#
24628e3cbeSEdward Pilatowicz
25*80e2ca85SCOBJS	=	brand_librtld_db.o
26628e3cbeSEdward PilatowiczOBJECTS	=	$(COBJS) $(COBJS64)
27628e3cbeSEdward Pilatowicz
28628e3cbeSEdward Pilatowiczinclude ../../Makefile.sn1
29*80e2ca85Sinclude $(BRAND_SHARED)/librtld_db/Makefile.com
30