Makefile.rootdirs revision 7c478bd95313f5f23a4c958a745db2134aa03244
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# CDDL HEADER START
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# The contents of this file are subject to the terms of the
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# Common Development and Distribution License, Version 1.0 only
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# (the "License"). You may not use this file except in compliance
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# with the License.
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# or http://www.opensolaris.org/os/licensing.
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# See the License for the specific language governing permissions
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# and limitations under the License.
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# When distributing Covered Code, include this CDDL HEADER in each
4295c5de9ed4b2e857cf2d981b4de8188bf2de2eSerge Hallyn# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# If applicable, add the following below this CDDL HEADER, with the
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# fields enclosed by brackets "[]" replaced with your own identifying
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# information: Portions Copyright [yyyy] [name of copyright owner]
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# CDDL HEADER END
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# Use is subject to license terms.
e29fe1dd21a58d1deddb3ca3bf3eaf260c525b10Tycho Andersen#ident "%Z%%M% %I% %E% SMI"
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# Define the transitive set of rules to create a common module's install dir
4ba0d9af63fbf7e9acfa068a1fe36b3d287b9c6bStéphane Graber# within the proto area. This is used by all Makefile.<class> files.
1ba0013f21e1953ae4a59cdf61562fbe843077e9Stéphane Graber$(ROOT)/usr/lib/fm/fmd/%: $(ROOT)/usr/lib/fm/fmd
9dbcd668334605c79f89a1e6890cc1ecdead858cStéphane Graber# Define the transitive set of rules to create a platform module's install dir
9dbcd668334605c79f89a1e6890cc1ecdead858cStéphane Graber# within the proto area. This is used by all Makefile.<class> files.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano$(ROOT)/usr/platform/%/lib/fm/fmd: $(ROOT)/usr/platform/%/lib/fm
fe4de9a66d112cb9ddd5977dcce075323f29a39aDwight Engen$(ROOT)/usr/platform/%/lib/fm/fmd/$(MODCLASS): $(ROOT)/usr/platform/%/lib/fm/fmd