1#!/bin/sh 2# 3# CDDL HEADER START 4# 5# The contents of this file are subject to the terms of the 6# Common Development and Distribution License (the "License"). 7# You may not use this file except in compliance with the License. 8# 9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10# or http://www.opensolaris.org/os/licensing. 11# See the License for the specific language governing permissions 12# and limitations under the License. 13# 14# When distributing Covered Code, include this CDDL HEADER in each 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22# 23# 24# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 25# Use is subject to license terms. 26# 27# This file brings down all that is needed to build just 28# SCSI Subsystem. 29# 30 31find_files "s.*" \ 32 usr/src/uts/common/io/scsi \ 33 usr/src/uts/common/sys \ 34 usr/src/uts/sun/io/dada \ 35 usr/src/uts/sun/sys/dada \ 36 usr/src/uts/sun/sys/scsi 37 38find_files "s.*.h" \ 39 usr/src/uts/sparc/sys \ 40 usr/src/uts/sparc/v7 \ 41 usr/src/uts/sparc/v9 42 43echo_file usr/src/uts/sparc/os/driver_classes 44echo_file usr/src/uts/sparc/os/driver_aliases 45echo_file usr/src/uts/sparc/os/name_to_major 46 47echo_file usr/src/Makefile.master 48echo_file usr/src/Makefile.master.64 49echo_file usr/src/req.flg 50echo_file usr/src/Makefile.psm 51echo_file usr/src/Makefile.psm.targ 52echo_file usr/src/uts/Makefile 53echo_file usr/src/uts/Makefile.targ 54echo_file usr/src/uts/Makefile.uts 55echo_file usr/src/uts/common/Makefile.files 56echo_file usr/src/uts/common/Makefile.rules 57echo_file usr/src/uts/common/vm/as.h 58echo_file usr/src/uts/common/vm/faultcode.h 59echo_file usr/src/uts/common/vm/hat.h 60echo_file usr/src/uts/common/vm/page.h 61echo_file usr/src/uts/common/vm/seg.h 62echo_file usr/src/uts/common/vm/seg_enum.h 63echo_file usr/src/uts/req.flg 64echo_file usr/src/uts/sparc/req.flg 65echo_file usr/src/uts/sun/sys/obpdefs.h 66echo_file usr/src/uts/sun/sys/promif.h 67echo_file usr/src/uts/sun/sys/socalreg.h 68echo_file usr/src/uts/sun/sys/socalio.h 69