xref: /illumos-gate/usr/src/lib/nsswitch/ad/Makefile (revision 241c90a0)
12b4a7802SBaban Kenkre#
22b4a7802SBaban Kenkre# CDDL HEADER START
32b4a7802SBaban Kenkre#
42b4a7802SBaban Kenkre# The contents of this file are subject to the terms of the
52b4a7802SBaban Kenkre# Common Development and Distribution License (the "License").
62b4a7802SBaban Kenkre# You may not use this file except in compliance with the License.
72b4a7802SBaban Kenkre#
82b4a7802SBaban Kenkre# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92b4a7802SBaban Kenkre# or http://www.opensolaris.org/os/licensing.
102b4a7802SBaban Kenkre# See the License for the specific language governing permissions
112b4a7802SBaban Kenkre# and limitations under the License.
122b4a7802SBaban Kenkre#
132b4a7802SBaban Kenkre# When distributing Covered Code, include this CDDL HEADER in each
142b4a7802SBaban Kenkre# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152b4a7802SBaban Kenkre# If applicable, add the following below this CDDL HEADER, with the
162b4a7802SBaban Kenkre# fields enclosed by brackets "[]" replaced with your own identifying
172b4a7802SBaban Kenkre# information: Portions Copyright [yyyy] [name of copyright owner]
182b4a7802SBaban Kenkre#
192b4a7802SBaban Kenkre# CDDL HEADER END
202b4a7802SBaban Kenkre
212b4a7802SBaban Kenkre
222b4a7802SBaban Kenkre#
232b4a7802SBaban Kenkre# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
242b4a7802SBaban Kenkre# Use is subject to license terms.
252b4a7802SBaban Kenkre#
262b4a7802SBaban Kenkre# lib/nsswitch/ad/Makefile
272b4a7802SBaban Kenkre#
282b4a7802SBaban Kenkre
292b4a7802SBaban Kenkreinclude     ../../../Makefile.master
302b4a7802SBaban Kenkre
312b4a7802SBaban KenkreFILES_SUBDIRS=    $(MACH) $(BUILD64) $(MACH64)
322b4a7802SBaban Kenkre
332b4a7802SBaban Kenkreall:=		TARGET= all
342b4a7802SBaban Kenkreclean:=		TARGET= clean
352b4a7802SBaban Kenkreclobber:=	TARGET= clobber
362b4a7802SBaban Kenkreinstall:=	TARGET= install
372b4a7802SBaban Kenkre
382b4a7802SBaban Kenkre.KEEP_STATE:
392b4a7802SBaban Kenkre
40*241c90a0SRichard Loweall clean clobber install: $(FILES_SUBDIRS)
412b4a7802SBaban Kenkre
422b4a7802SBaban Kenkre$(MACH) $(MACH64): FRC
432b4a7802SBaban Kenkre	@cd $@; pwd; $(MAKE) $(TARGET)
442b4a7802SBaban Kenkre
452b4a7802SBaban KenkreFRC:
46