Makefile revision 89b43686db1fe9681d80a7cf5662730cb9378cae
5cd4555ad444fd391002ae32450572054369fd42Rob Austein# CDDL HEADER START
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# The contents of this file are subject to the terms of the
938440694b33cd752e9e4b71a526368b4811c177Tinderbox User# Common Development and Distribution License, Version 1.0 only
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# (the "License"). You may not use this file except in compliance
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# with the License.
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# or http://www.opensolaris.org/os/licensing.
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# See the License for the specific language governing permissions
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# CDDL HEADER END
1753d3c4d74241a847794f7e7cfd94cc79be6600Evan Hunt# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Use is subject to license terms.
86b0285d7e65601645db4090d62ee6cb63abad6cAndreas Gustafsson# Copyright (c) 2011 Bayard G. Bell. All rights reserved.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# This makefile drives the production of the SLVM's hotspares misc module.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# sparc implementation architecture dependent
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Path to the base of the uts directory tree (usually /usr/src/uts).
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Define the module and object file sets.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Include common rules.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Define targets
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# Define dependency on md
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Default build targets.
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# Include common targets.