10e42dee6Sartem# 20e42dee6Sartem# CDDL HEADER START 30e42dee6Sartem# 40e42dee6Sartem# The contents of this file are subject to the terms of the 50e42dee6Sartem# Common Development and Distribution License (the "License"). 60e42dee6Sartem# You may not use this file except in compliance with the License. 70e42dee6Sartem# 80e42dee6Sartem# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 90e42dee6Sartem# or http://www.opensolaris.org/os/licensing. 100e42dee6Sartem# See the License for the specific language governing permissions 110e42dee6Sartem# and limitations under the License. 120e42dee6Sartem# 130e42dee6Sartem# When distributing Covered Code, include this CDDL HEADER in each 140e42dee6Sartem# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 150e42dee6Sartem# If applicable, add the following below this CDDL HEADER, with the 160e42dee6Sartem# fields enclosed by brackets "[]" replaced with your own identifying 170e42dee6Sartem# information: Portions Copyright [yyyy] [name of copyright owner] 180e42dee6Sartem# 190e42dee6Sartem# CDDL HEADER END 200e42dee6Sartem# 210e42dee6Sartem# 220e42dee6Sartem# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 230e42dee6Sartem# Use is subject to license terms. 24*f5c2e7eaSTheo Schlossnagle# Copyright 2012 OmniTI Computer Consulting, Inc. All rights reserved. 250e42dee6Sartem# 260e42dee6Sartem 270e42dee6Sarteminclude ../Makefile.lib 280e42dee6Sartem 290e42dee6SartemHDRS= libfstyp.h libfstyp_module.h 300e42dee6Sartem 310e42dee6SartemHDRDIR= common 320e42dee6Sartem 330e42dee6SartemSUBDIRS= $(MACH) 34*f5c2e7eaSTheo Schlossnagle$(BUILD64)SUBDIRS += $(MACH64) 350e42dee6Sartem 360e42dee6Sartemall := TARGET= all 370e42dee6Sarteminstall := TARGET= install 380e42dee6Sartemclean := TARGET= clean 390e42dee6Sartemclobber := TARGET= clobber 400e42dee6Sartemlint := TARGET= lint 410e42dee6Sartem 420e42dee6Sartem.KEEP_STATE: 430e42dee6Sartem 44f808c858Srafall install clean clobber lint: $(SUBDIRS) 450e42dee6Sartem 460e42dee6Sarteminstall_h: $(ROOTHDRS) 470e42dee6Sartem 480e42dee6Sartemcheck: $(CHECKHDRS) 490e42dee6Sartem 50f808c858Sraf$(SUBDIRS): FRC 510e42dee6Sartem @cd $@; pwd; $(MAKE) $(TARGET) 520e42dee6Sartem 530e42dee6SartemFRC: 540e42dee6Sartem 550e42dee6Sarteminclude $(SRC)/lib/Makefile.targ 560e42dee6Sartem 57