Makefile revision d291d9f21e8c0417aec99de243dd48bc400002d0
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# CDDL HEADER START
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# The contents of this file are subject to the terms of the
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# Common Development and Distribution License, Version 1.0 only
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# (the "License"). You may not use this file except in compliance
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# with the License.
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# See the License for the specific language governing permissions
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# and limitations under the License.
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# When distributing Covered Code, include this CDDL HEADER in each
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# If applicable, add the following below this CDDL HEADER, with the
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# fields enclosed by brackets "[]" replaced with your own identifying
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# information: Portions Copyright [yyyy] [name of copyright owner]
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# CDDL HEADER END
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# Use is subject to license terms.
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus#ident "%Z%%M% %I% %E% SMI"
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# This makefile drives the production of the ses driver kernel module.
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# sparc architecture dependent
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# Path to the base of the uts directory tree (usually /usr/src/uts).
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# Define the module and object file sets.
7014882c6a3672fd0e5d60200af8643ae53c5928Richard Lowe# Include common rules.
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# Define targets
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutusINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
8e50dcc9f00b393d43e6aa42b820bcbf1d3e1ce4brutus# Default build targets.
TEST = test
$(SCSI_FILES)
@ $(TOUCH) $@
$(SCSI_FILES)
@ $(TOUCH) $@
$(SCSI_FILES)
@ $(TOUCH) $@
$(SCSI_FILES)
@ $(TOUCH) $@
$(SCSI_FILES)
@ $(TOUCH) $@