xref: /illumos-gate/usr/src/lib/libmapid/Makefile (revision 241c90a0)
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#
22f808c858Sraf# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23f808c858Sraf# Use is subject to license terms.
248200fe25Srmesta#
258200fe25Srmesta
268200fe25Srmestainclude $(SRC)/lib/Makefile.lib
278200fe25Srmesta
288200fe25SrmestaHDRS		   =	mapid.h
298200fe25SrmestaHDRDIR		   =	common
308200fe25SrmestaROOTHDRDIR	   =	$(ROOT)/usr/include/nfs
318200fe25SrmestaSUBDIRS		   =	$(MACH)
328200fe25Srmesta
338200fe25Srmestaall	:= TARGET = all
348200fe25Srmestaclean	:= TARGET = clean
358200fe25Srmestaclobber	:= TARGET = clobber
368200fe25Srmestainstall	:= TARGET = install
378200fe25Srmesta
388200fe25Srmesta.KEEP_STATE:
398200fe25Srmesta
40*241c90a0SRichard Loweall clean clobber install: $(SUBDIRS)
418200fe25Srmesta
428200fe25Srmestainstall_h: $(ROOTHDRS)
438200fe25Srmesta
448200fe25Srmestacheck: $(CHECKHDRS)
458200fe25Srmesta
46f808c858Sraf$(SUBDIRS): FRC
478200fe25Srmesta	@cd $@; pwd; $(MAKE) $(TARGET)
488200fe25Srmesta
498200fe25SrmestaFRC:
508200fe25Srmesta
518200fe25Srmestainclude $(SRC)/lib/Makefile.targ
52