Makefile revision 4b22b9337f359bfd063322244f5336cc7c6ffcfa
460N/A#
460N/A# CDDL HEADER START
460N/A#
460N/A# The contents of this file are subject to the terms of the
460N/A# Common Development and Distribution License (the "License").
460N/A# You may not use this file except in compliance with the License.
460N/A#
460N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
460N/A# or http://www.opensolaris.org/os/licensing.
460N/A# See the License for the specific language governing permissions
460N/A# and limitations under the License.
460N/A#
460N/A# When distributing Covered Code, include this CDDL HEADER in each
460N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
460N/A# If applicable, add the following below this CDDL HEADER, with the
460N/A# fields enclosed by brackets "[]" replaced with your own identifying
460N/A# information: Portions Copyright [yyyy] [name of copyright owner]
460N/A#
460N/A# CDDL HEADER END
460N/A#
460N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
460N/A# Use is subject to license terms.
3996N/A#
460N/A#ident "%Z%%M% %I% %E% SMI"
460N/A#
460N/A# lib/nsswitch/mdns/Makefile
460N/A
783N/Ainclude ../../../Makefile.master
783N/A
1273N/AFILES_SUBDIRS= $(MACH) $(BUILD64) $(MACH64)
1713N/A
618N/Aall:= TARGET= all
1273N/Aclean:= TARGET= clean
1273N/Aclobber:= TARGET= clobber
460N/Ainstall:= TARGET= install
844N/Alint:= TARGET= lint
1713N/A
460N/A.KEEP_STATE:
1273N/A
460N/Aall clean clobber install lint debugmod: $(FILES_SUBDIRS)
3996N/A
3996N/A$(MACH) $(MACH64): FRC
3996N/A @cd $@; pwd; $(MAKE) $(TARGET)
460N/A
460N/AFRC:
460N/A