18200fe25Srmesta# 28200fe25Srmesta# CDDL HEADER START 38200fe25Srmesta# 48200fe25Srmesta# The contents of this file are subject to the terms of the 58200fe25Srmesta# Common Development and Distribution License (the "License"). 68200fe25Srmesta# You may not use this file except in compliance with the License. 78200fe25Srmesta# 88200fe25Srmesta# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 98200fe25Srmesta# or http://www.opensolaris.org/os/licensing. 108200fe25Srmesta# See the License for the specific language governing permissions 118200fe25Srmesta# and limitations under the License. 128200fe25Srmesta# 138200fe25Srmesta# When distributing Covered Code, include this CDDL HEADER in each 148200fe25Srmesta# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 158200fe25Srmesta# If applicable, add the following below this CDDL HEADER, with the 168200fe25Srmesta# fields enclosed by brackets "[]" replaced with your own identifying 178200fe25Srmesta# information: Portions Copyright [yyyy] [name of copyright owner] 188200fe25Srmesta# 198200fe25Srmesta# CDDL HEADER END 208200fe25Srmesta# 218200fe25Srmesta# 22*f808c858Sraf# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23*f808c858Sraf# Use is subject to license terms. 248200fe25Srmesta# 258200fe25Srmesta# ident "%Z%%M% %I% %E% SMI" 268200fe25Srmesta# 278200fe25Srmesta 288200fe25Srmestainclude $(SRC)/lib/Makefile.lib 298200fe25Srmesta 308200fe25SrmestaHDRS = mapid.h 318200fe25SrmestaHDRDIR = common 328200fe25SrmestaROOTHDRDIR = $(ROOT)/usr/include/nfs 338200fe25SrmestaSUBDIRS = $(MACH) 348200fe25Srmesta 358200fe25Srmestaall := TARGET = all 368200fe25Srmestaclean := TARGET = clean 378200fe25Srmestaclobber := TARGET = clobber 388200fe25Srmestainstall := TARGET = install 398200fe25Srmestalint := TARGET = lint 408200fe25Srmesta 418200fe25Srmesta.KEEP_STATE: 428200fe25Srmesta 43*f808c858Srafall clean clobber lint install lint: $(SUBDIRS) 448200fe25Srmesta 458200fe25Srmestainstall_h: $(ROOTHDRS) 468200fe25Srmesta 478200fe25Srmestacheck: $(CHECKHDRS) 488200fe25Srmesta 49*f808c858Sraf$(SUBDIRS): FRC 508200fe25Srmesta @cd $@; pwd; $(MAKE) $(TARGET) 518200fe25Srmesta 528200fe25SrmestaFRC: 538200fe25Srmesta 548200fe25Srmestainclude $(SRC)/lib/Makefile.targ 55