15714154dSmikechr#
25714154dSmikechr# CDDL HEADER START
35714154dSmikechr#
45714154dSmikechr# The contents of this file are subject to the terms of the
520c794b3Sgavinm# Common Development and Distribution License (the "License").
620c794b3Sgavinm# You may not use this file except in compliance with the License.
75714154dSmikechr#
85714154dSmikechr# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95714154dSmikechr# or http://www.opensolaris.org/os/licensing.
105714154dSmikechr# See the License for the specific language governing permissions
115714154dSmikechr# and limitations under the License.
125714154dSmikechr#
135714154dSmikechr# When distributing Covered Code, include this CDDL HEADER in each
145714154dSmikechr# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155714154dSmikechr# If applicable, add the following below this CDDL HEADER, with the
165714154dSmikechr# fields enclosed by brackets "[]" replaced with your own identifying
175714154dSmikechr# information: Portions Copyright [yyyy] [name of copyright owner]
185714154dSmikechr#
195714154dSmikechr# CDDL HEADER END
205714154dSmikechr#
215714154dSmikechr#
22e4b86885SCheng Sean Ye# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
235714154dSmikechr# Use is subject to license terms.
245714154dSmikechr#
255714154dSmikechr
26e4b86885SCheng Sean Yeinclude ../../Makefile.lib
27e4b86885SCheng Sean Yeinclude ../Makefile.lib
285714154dSmikechr
29e4b86885SCheng Sean YeFMHDRS = fmd_agent.h
30e4b86885SCheng Sean YeHDRDIR = common
317aec1d6eScindi
32*241c90a0SRichard LoweSUBDIRS = $(MACH)
33e4b86885SCheng Sean Ye$(BUILD64)SUBDIRS += $(MACH64)
347aec1d6eScindi
35e4b86885SCheng Sean Yeall := TARGET = all
36e4b86885SCheng Sean Yeclean := TARGET = clean
37e4b86885SCheng Sean Yeclobber := TARGET = clobber
38e4b86885SCheng Sean Yeinstall := TARGET = install
39e4b86885SCheng Sean Ye
40e4b86885SCheng Sean Ye.KEEP_STATE:
41e4b86885SCheng Sean Ye
42*241c90a0SRichard Loweall clean clobber: $(SUBDIRS)
43e4b86885SCheng Sean Ye
44e4b86885SCheng Sean Yeinstall: install_h .WAIT $(SUBDIRS)
45e4b86885SCheng Sean Ye
46e4b86885SCheng Sean Yeinstall_h: $(ROOTFMHDRS)
47e4b86885SCheng Sean Ye
48e4b86885SCheng Sean Yecheck: $(CHECKHDRS)
49e4b86885SCheng Sean Ye
50e4b86885SCheng Sean Ye$(SUBDIRS): FRC
51e4b86885SCheng Sean Ye	@cd $@; pwd; $(MAKE) $(TARGET)
52e4b86885SCheng Sean Ye
53e4b86885SCheng Sean YeFRC:
54e4b86885SCheng Sean Ye
55e4b86885SCheng Sean Yeinclude ../../Makefile.targ
56e4b86885SCheng Sean Yeinclude ../Makefile.targ
57