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