1*4b22b933Srs#
2*4b22b933Srs# CDDL HEADER START
3*4b22b933Srs#
4*4b22b933Srs# The contents of this file are subject to the terms of the
5*4b22b933Srs# Common Development and Distribution License (the "License").
6*4b22b933Srs# You may not use this file except in compliance with the License.
7*4b22b933Srs#
8*4b22b933Srs# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*4b22b933Srs# or http://www.opensolaris.org/os/licensing.
10*4b22b933Srs# See the License for the specific language governing permissions
11*4b22b933Srs# and limitations under the License.
12*4b22b933Srs#
13*4b22b933Srs# When distributing Covered Code, include this CDDL HEADER in each
14*4b22b933Srs# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*4b22b933Srs# If applicable, add the following below this CDDL HEADER, with the
16*4b22b933Srs# fields enclosed by brackets "[]" replaced with your own identifying
17*4b22b933Srs# information: Portions Copyright [yyyy] [name of copyright owner]
18*4b22b933Srs#
19*4b22b933Srs# CDDL HEADER END
20*4b22b933Srs#
21*4b22b933Srs# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
22*4b22b933Srs# Use is subject to license terms.
23*4b22b933Srs#
24*4b22b933Srs#ident	"%Z%%M%	%I%	%E% SMI"
25*4b22b933Srs#
26*4b22b933Srs# lib/nsswitch/mdns/sparc/Makefile
27*4b22b933Srs
28*4b22b933Srsinclude		../Makefile.com
29*4b22b933Srs
30*4b22b933SrsLIBS =		$(DYNLIB1)
31*4b22b933Srs
32*4b22b933Srsinclude		../../Makefile.targ
33*4b22b933Srs
34*4b22b933Srsinstall:	all $(ROOTLIBS)
35