10Sstevel@tonic-gate#!/bin/sh 20Sstevel@tonic-gate# 30Sstevel@tonic-gate# CDDL HEADER START 40Sstevel@tonic-gate# 50Sstevel@tonic-gate# The contents of this file are subject to the terms of the 6*11841SGarrett.Damore@Sun.COM# Common Development and Distribution License (the "License"). 7*11841SGarrett.Damore@Sun.COM# You may not use this file except in compliance with the License. 80Sstevel@tonic-gate# 90Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 100Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 110Sstevel@tonic-gate# See the License for the specific language governing permissions 120Sstevel@tonic-gate# and limitations under the License. 130Sstevel@tonic-gate# 140Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 150Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 160Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 170Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 180Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 190Sstevel@tonic-gate# 200Sstevel@tonic-gate# CDDL HEADER END 210Sstevel@tonic-gate# 220Sstevel@tonic-gate# 230Sstevel@tonic-gate# 24*11841SGarrett.Damore@Sun.COM# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 250Sstevel@tonic-gate# Use is subject to license terms. 260Sstevel@tonic-gate# 270Sstevel@tonic-gate# This file brings down all that is needed to build just 280Sstevel@tonic-gate# SCSI Subsystem. 290Sstevel@tonic-gate# 300Sstevel@tonic-gate 310Sstevel@tonic-gatefind_files "s.*" \ 320Sstevel@tonic-gate usr/src/uts/common/io/warlock \ 330Sstevel@tonic-gate usr/src/uts/common/io/scsi \ 340Sstevel@tonic-gate usr/src/uts/common/sys \ 350Sstevel@tonic-gate usr/src/uts/sparc/dada \ 360Sstevel@tonic-gate usr/src/uts/sparc/fas \ 370Sstevel@tonic-gate usr/src/uts/sparc/scsi \ 380Sstevel@tonic-gate usr/src/uts/sparc/sd \ 390Sstevel@tonic-gate usr/src/uts/sparc/ses \ 400Sstevel@tonic-gate usr/src/uts/sparc/ssd \ 410Sstevel@tonic-gate usr/src/uts/sparc/st \ 420Sstevel@tonic-gate usr/src/uts/sparc/warlock \ 430Sstevel@tonic-gate usr/src/uts/sun/io/dada \ 440Sstevel@tonic-gate usr/src/uts/sun/sys/dada \ 451202Skupfer usr/src/uts/sun/sys/scsi 460Sstevel@tonic-gate 470Sstevel@tonic-gatefind_files "s.*.h" \ 480Sstevel@tonic-gate usr/src/uts/sparc/sys \ 490Sstevel@tonic-gate usr/src/uts/sparc/v7 \ 500Sstevel@tonic-gate usr/src/uts/sparc/v9 510Sstevel@tonic-gate 520Sstevel@tonic-gateecho_file usr/src/uts/sparc/os/driver_classes 530Sstevel@tonic-gateecho_file usr/src/uts/sparc/os/driver_aliases 540Sstevel@tonic-gateecho_file usr/src/uts/sparc/os/name_to_major 550Sstevel@tonic-gate 560Sstevel@tonic-gateecho_file usr/src/Makefile.master 570Sstevel@tonic-gateecho_file usr/src/Makefile.master.64 580Sstevel@tonic-gateecho_file usr/src/req.flg 590Sstevel@tonic-gateecho_file usr/src/Makefile.psm 600Sstevel@tonic-gateecho_file usr/src/Makefile.psm.targ 610Sstevel@tonic-gateecho_file usr/src/uts/Makefile 620Sstevel@tonic-gateecho_file usr/src/uts/Makefile.targ 630Sstevel@tonic-gateecho_file usr/src/uts/Makefile.uts 640Sstevel@tonic-gateecho_file usr/src/uts/common/Makefile.files 650Sstevel@tonic-gateecho_file usr/src/uts/common/Makefile.rules 660Sstevel@tonic-gateecho_file usr/src/uts/common/vm/as.h 670Sstevel@tonic-gateecho_file usr/src/uts/common/vm/faultcode.h 680Sstevel@tonic-gateecho_file usr/src/uts/common/vm/hat.h 690Sstevel@tonic-gateecho_file usr/src/uts/common/vm/page.h 700Sstevel@tonic-gateecho_file usr/src/uts/common/vm/seg.h 710Sstevel@tonic-gateecho_file usr/src/uts/common/vm/seg_enum.h 720Sstevel@tonic-gateecho_file usr/src/uts/req.flg 730Sstevel@tonic-gateecho_file usr/src/uts/sparc/Makefile 740Sstevel@tonic-gateecho_file usr/src/uts/sparc/Makefile.files 750Sstevel@tonic-gateecho_file usr/src/uts/sparc/Makefile.rules 760Sstevel@tonic-gateecho_file usr/src/uts/sparc/Makefile.sparc 771167Skupferecho_file usr/src/uts/sparc/Makefile.sparc.shared 780Sstevel@tonic-gateecho_file usr/src/uts/sparc/Makefile.targ 791167Skupferecho_file usr/src/uts/sparc/Makefile.targ.shared 800Sstevel@tonic-gateecho_file usr/src/uts/sparc/ml/sparc.il 810Sstevel@tonic-gateecho_file usr/src/uts/sparc/req.flg 820Sstevel@tonic-gateecho_file usr/src/uts/sun/Makefile.files 830Sstevel@tonic-gateecho_file usr/src/uts/sun/Makefile.rules 840Sstevel@tonic-gateecho_file usr/src/uts/sun/sys/obpdefs.h 850Sstevel@tonic-gateecho_file usr/src/uts/sun/sys/promif.h 860Sstevel@tonic-gateecho_file usr/src/uts/sun/sys/socalreg.h 870Sstevel@tonic-gateecho_file usr/src/uts/sun/sys/socalio.h 88