8200fe25ffab8b2032d046c88710a949f361b700rmesta#
8200fe25ffab8b2032d046c88710a949f361b700rmesta# CDDL HEADER START
8200fe25ffab8b2032d046c88710a949f361b700rmesta#
8200fe25ffab8b2032d046c88710a949f361b700rmesta# The contents of this file are subject to the terms of the
8200fe25ffab8b2032d046c88710a949f361b700rmesta# Common Development and Distribution License (the "License").
8200fe25ffab8b2032d046c88710a949f361b700rmesta# You may not use this file except in compliance with the License.
8200fe25ffab8b2032d046c88710a949f361b700rmesta#
8200fe25ffab8b2032d046c88710a949f361b700rmesta# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8200fe25ffab8b2032d046c88710a949f361b700rmesta# or http://www.opensolaris.org/os/licensing.
8200fe25ffab8b2032d046c88710a949f361b700rmesta# See the License for the specific language governing permissions
8200fe25ffab8b2032d046c88710a949f361b700rmesta# and limitations under the License.
8200fe25ffab8b2032d046c88710a949f361b700rmesta#
8200fe25ffab8b2032d046c88710a949f361b700rmesta# When distributing Covered Code, include this CDDL HEADER in each
8200fe25ffab8b2032d046c88710a949f361b700rmesta# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8200fe25ffab8b2032d046c88710a949f361b700rmesta# If applicable, add the following below this CDDL HEADER, with the
8200fe25ffab8b2032d046c88710a949f361b700rmesta# fields enclosed by brackets "[]" replaced with your own identifying
8200fe25ffab8b2032d046c88710a949f361b700rmesta# information: Portions Copyright [yyyy] [name of copyright owner]
8200fe25ffab8b2032d046c88710a949f361b700rmesta#
8200fe25ffab8b2032d046c88710a949f361b700rmesta# CDDL HEADER END
8200fe25ffab8b2032d046c88710a949f361b700rmesta#
8200fe25ffab8b2032d046c88710a949f361b700rmesta#
f808c858fa61e7769218966759510a8b1190dfcfraf# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
f808c858fa61e7769218966759510a8b1190dfcfraf# Use is subject to license terms.
8200fe25ffab8b2032d046c88710a949f361b700rmesta#
8200fe25ffab8b2032d046c88710a949f361b700rmesta# ident "%Z%%M% %I% %E% SMI"
8200fe25ffab8b2032d046c88710a949f361b700rmesta#
8200fe25ffab8b2032d046c88710a949f361b700rmesta
8200fe25ffab8b2032d046c88710a949f361b700rmestainclude $(SRC)/lib/Makefile.lib
8200fe25ffab8b2032d046c88710a949f361b700rmesta
8200fe25ffab8b2032d046c88710a949f361b700rmestaHDRS = mapid.h
8200fe25ffab8b2032d046c88710a949f361b700rmestaHDRDIR = common
8200fe25ffab8b2032d046c88710a949f361b700rmestaROOTHDRDIR = $(ROOT)/usr/include/nfs
8200fe25ffab8b2032d046c88710a949f361b700rmestaSUBDIRS = $(MACH)
8200fe25ffab8b2032d046c88710a949f361b700rmesta
8200fe25ffab8b2032d046c88710a949f361b700rmestaall := TARGET = all
8200fe25ffab8b2032d046c88710a949f361b700rmestaclean := TARGET = clean
8200fe25ffab8b2032d046c88710a949f361b700rmestaclobber := TARGET = clobber
8200fe25ffab8b2032d046c88710a949f361b700rmestainstall := TARGET = install
8200fe25ffab8b2032d046c88710a949f361b700rmestalint := TARGET = lint
8200fe25ffab8b2032d046c88710a949f361b700rmesta
8200fe25ffab8b2032d046c88710a949f361b700rmesta.KEEP_STATE:
8200fe25ffab8b2032d046c88710a949f361b700rmesta
f808c858fa61e7769218966759510a8b1190dfcfrafall clean clobber lint install lint: $(SUBDIRS)
8200fe25ffab8b2032d046c88710a949f361b700rmesta
8200fe25ffab8b2032d046c88710a949f361b700rmestainstall_h: $(ROOTHDRS)
8200fe25ffab8b2032d046c88710a949f361b700rmesta
8200fe25ffab8b2032d046c88710a949f361b700rmestacheck: $(CHECKHDRS)
8200fe25ffab8b2032d046c88710a949f361b700rmesta
f808c858fa61e7769218966759510a8b1190dfcfraf$(SUBDIRS): FRC
8200fe25ffab8b2032d046c88710a949f361b700rmesta @cd $@; pwd; $(MAKE) $(TARGET)
8200fe25ffab8b2032d046c88710a949f361b700rmesta
8200fe25ffab8b2032d046c88710a949f361b700rmestaFRC:
8200fe25ffab8b2032d046c88710a949f361b700rmesta
8200fe25ffab8b2032d046c88710a949f361b700rmestainclude $(SRC)/lib/Makefile.targ