1096N/A#
3261N/A# CDDL HEADER START
1096N/A#
1096N/A# The contents of this file are subject to the terms of the
1096N/A# Common Development and Distribution License (the "License").
1096N/A# You may not use this file except in compliance with the License.
2362N/A#
1096N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2362N/A# or http://www.opensolaris.org/os/licensing.
1096N/A# See the License for the specific language governing permissions
1096N/A# and limitations under the License.
1096N/A#
1096N/A# When distributing Covered Code, include this CDDL HEADER in each
1096N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1096N/A# If applicable, add the following below this CDDL HEADER, with the
1096N/A# fields enclosed by brackets "[]" replaced with your own identifying
1096N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1096N/A#
1096N/A# CDDL HEADER END
1096N/A#
2362N/A#
2362N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2362N/A# Use is subject to license terms.
1096N/A# Copyright 2012 OmniTI Computer Consulting, Inc. All rights reserved.
1096N/A#
1096N/A
1096N/Ainclude ../Makefile.lib
2084N/A
1096N/AHDRS= libfstyp.h libfstyp_module.h
1096N/A
1326N/AHDRDIR= common
2084N/A
2084N/ASUBDIRS= $(MACH)
2084N/A$(BUILD64)SUBDIRS += $(MACH64)
2084N/A
1096N/Aall := TARGET= all
1096N/Ainstall := TARGET= install
1096N/Aclean := TARGET= clean
1096N/Aclobber := TARGET= clobber
1096N/Alint := TARGET= lint
1096N/A
1096N/A.KEEP_STATE:
1096N/A
1096N/Aall install clean clobber lint: $(SUBDIRS)
1096N/A
1096N/Ainstall_h: $(ROOTHDRS)
1096N/A
1096N/Acheck: $(CHECKHDRS)
1096N/A
1096N/A$(SUBDIRS): FRC
1096N/A @cd $@; pwd; $(MAKE) $(TARGET)
1096N/A
1096N/AFRC:
1096N/A
1096N/Ainclude $(SRC)/lib/Makefile.targ