1*8040SBaban.Kenkre@Sun.COM# 2*8040SBaban.Kenkre@Sun.COM# CDDL HEADER START 3*8040SBaban.Kenkre@Sun.COM# 4*8040SBaban.Kenkre@Sun.COM# The contents of this file are subject to the terms of the 5*8040SBaban.Kenkre@Sun.COM# Common Development and Distribution License (the "License"). 6*8040SBaban.Kenkre@Sun.COM# You may not use this file except in compliance with the License. 7*8040SBaban.Kenkre@Sun.COM# 8*8040SBaban.Kenkre@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*8040SBaban.Kenkre@Sun.COM# or http://www.opensolaris.org/os/licensing. 10*8040SBaban.Kenkre@Sun.COM# See the License for the specific language governing permissions 11*8040SBaban.Kenkre@Sun.COM# and limitations under the License. 12*8040SBaban.Kenkre@Sun.COM# 13*8040SBaban.Kenkre@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each 14*8040SBaban.Kenkre@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*8040SBaban.Kenkre@Sun.COM# If applicable, add the following below this CDDL HEADER, with the 16*8040SBaban.Kenkre@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying 17*8040SBaban.Kenkre@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner] 18*8040SBaban.Kenkre@Sun.COM# 19*8040SBaban.Kenkre@Sun.COM# CDDL HEADER END 20*8040SBaban.Kenkre@Sun.COM# 21*8040SBaban.Kenkre@Sun.COM 22*8040SBaban.Kenkre@Sun.COM# 23*8040SBaban.Kenkre@Sun.COM# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 24*8040SBaban.Kenkre@Sun.COM# Use is subject to license terms. 25*8040SBaban.Kenkre@Sun.COM# 26*8040SBaban.Kenkre@Sun.COM# lib/nsswitch/ad/Makefile.com 27*8040SBaban.Kenkre@Sun.COM 28*8040SBaban.Kenkre@Sun.COMLIBRARY = libnss_ad.a 29*8040SBaban.Kenkre@Sun.COMVERS = .1 30*8040SBaban.Kenkre@Sun.COMOBJECTS = getpwnam.o getspent.o getgrent.o ad_common.o 31*8040SBaban.Kenkre@Sun.COMIDMAP_PROT_DIR = $(SRC)/head/rpcsvc 32*8040SBaban.Kenkre@Sun.COM 33*8040SBaban.Kenkre@Sun.COM# include common nsswitch library definitions. 34*8040SBaban.Kenkre@Sun.COMinclude ../../Makefile.com 35*8040SBaban.Kenkre@Sun.COM 36*8040SBaban.Kenkre@Sun.COMCPPFLAGS += -I../../../libadutils/common -I../../../libidmap/common \ 37*8040SBaban.Kenkre@Sun.COM -I$(IDMAP_PROT_DIR) 38*8040SBaban.Kenkre@Sun.COMLDLIBS += -ladutils -lidmap 39*8040SBaban.Kenkre@Sun.COMDYNLIB1 = nss_ad.so$(VERS) 40