11741Srmesta# 21741Srmesta# CDDL HEADER START 31741Srmesta# 41741Srmesta# The contents of this file are subject to the terms of the 51741Srmesta# Common Development and Distribution License (the "License"). 61741Srmesta# You may not use this file except in compliance with the License. 71741Srmesta# 81741Srmesta# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 91741Srmesta# or http://www.opensolaris.org/os/licensing. 101741Srmesta# See the License for the specific language governing permissions 111741Srmesta# and limitations under the License. 121741Srmesta# 131741Srmesta# When distributing Covered Code, include this CDDL HEADER in each 141741Srmesta# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 151741Srmesta# If applicable, add the following below this CDDL HEADER, with the 161741Srmesta# fields enclosed by brackets "[]" replaced with your own identifying 171741Srmesta# information: Portions Copyright [yyyy] [name of copyright owner] 181741Srmesta# 191741Srmesta# CDDL HEADER END 201741Srmesta# 211741Srmesta# 22*2522Sraf# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23*2522Sraf# Use is subject to license terms. 241741Srmesta# 251741Srmesta# ident "%Z%%M% %I% %E% SMI" 261741Srmesta# 271741Srmesta 281741Srmestainclude $(SRC)/lib/Makefile.lib 291741Srmesta 301741SrmestaHDRS = mapid.h 311741SrmestaHDRDIR = common 321741SrmestaROOTHDRDIR = $(ROOT)/usr/include/nfs 331741SrmestaSUBDIRS = $(MACH) 341741Srmesta 351741Srmestaall := TARGET = all 361741Srmestaclean := TARGET = clean 371741Srmestaclobber := TARGET = clobber 381741Srmestainstall := TARGET = install 391741Srmestalint := TARGET = lint 401741Srmesta 411741Srmesta.KEEP_STATE: 421741Srmesta 43*2522Srafall clean clobber lint install lint: $(SUBDIRS) 441741Srmesta 451741Srmestainstall_h: $(ROOTHDRS) 461741Srmesta 471741Srmestacheck: $(CHECKHDRS) 481741Srmesta 49*2522Sraf$(SUBDIRS): FRC 501741Srmesta @cd $@; pwd; $(MAKE) $(TARGET) 511741Srmesta 521741SrmestaFRC: 531741Srmesta 541741Srmestainclude $(SRC)/lib/Makefile.targ 55