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 60Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only 70Sstevel@tonic-gate# (the "License"). You may not use this file except in compliance 80Sstevel@tonic-gate# with the License. 90Sstevel@tonic-gate# 100Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 110Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 120Sstevel@tonic-gate# See the License for the specific language governing permissions 130Sstevel@tonic-gate# and limitations under the License. 140Sstevel@tonic-gate# 150Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 160Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 170Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 180Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 190Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 200Sstevel@tonic-gate# 210Sstevel@tonic-gate# CDDL HEADER END 220Sstevel@tonic-gate# 230Sstevel@tonic-gate# 24*1167Skupfer# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 250Sstevel@tonic-gate# Use is subject to license terms. 260Sstevel@tonic-gate# 270Sstevel@tonic-gate 280Sstevel@tonic-gate#ident "%Z%%M% %I% %E% SMI" 290Sstevel@tonic-gate 300Sstevel@tonic-gate# This file brings down all that is needed to build just 310Sstevel@tonic-gate# 1394 drivers. 320Sstevel@tonic-gate# 330Sstevel@tonic-gate 340Sstevel@tonic-gatefind_files "s.*.h" \ 350Sstevel@tonic-gate usr/src/uts/common/sys/1394 360Sstevel@tonic-gate 370Sstevel@tonic-gatefind_files "s.*.h" \ 380Sstevel@tonic-gate usr/src/uts/common/sys 390Sstevel@tonic-gate 400Sstevel@tonic-gatefind_files "s.*.h" \ 410Sstevel@tonic-gate usr/src/uts/sparc/sys 420Sstevel@tonic-gate 430Sstevel@tonic-gatefind_files "s.*.h" \ 440Sstevel@tonic-gate usr/src/uts/sparc/v7/sys 450Sstevel@tonic-gate 460Sstevel@tonic-gatefind_files "s.*.h" \ 470Sstevel@tonic-gate usr/src/uts/sparc/v9/sys 480Sstevel@tonic-gate 490Sstevel@tonic-gatefind_files "s.*.h" \ 500Sstevel@tonic-gate usr/src/uts/sun/sys 510Sstevel@tonic-gate 520Sstevel@tonic-gatefind_files "s.*.h" \ 530Sstevel@tonic-gate usr/src/uts/sun4u/sys 540Sstevel@tonic-gate 550Sstevel@tonic-gatefind_files "s.*.h" \ 560Sstevel@tonic-gate usr/src/uts/common/vm 570Sstevel@tonic-gate 580Sstevel@tonic-gatefind_files "s.*" \ 590Sstevel@tonic-gate usr/src/uts/sparc/hci1394 \ 600Sstevel@tonic-gate usr/src/uts/sparc/s1394 610Sstevel@tonic-gate 620Sstevel@tonic-gateecho_file usr/src/Makefile.master 630Sstevel@tonic-gateecho_file usr/src/Makefile.master.64 640Sstevel@tonic-gateecho_file usr/src/req.flg 650Sstevel@tonic-gateecho_file usr/src/Makefile.psm 660Sstevel@tonic-gateecho_file usr/src/Makefile.psm.targ 670Sstevel@tonic-gateecho_file usr/src/uts/Makefile 680Sstevel@tonic-gateecho_file usr/src/uts/Makefile.targ 690Sstevel@tonic-gateecho_file usr/src/uts/Makefile.uts 700Sstevel@tonic-gateecho_file usr/src/uts/sun/Makefile.files 710Sstevel@tonic-gateecho_file usr/src/uts/sun/Makefile.rules 720Sstevel@tonic-gateecho_file usr/src/uts/common/Makefile.files 730Sstevel@tonic-gateecho_file usr/src/uts/common/Makefile.rules 740Sstevel@tonic-gateecho_file usr/src/uts/common/sys/Makefile 750Sstevel@tonic-gateecho_file usr/src/uts/sparc/Makefile 760Sstevel@tonic-gateecho_file usr/src/uts/sparc/Makefile.files 770Sstevel@tonic-gateecho_file usr/src/uts/sparc/Makefile.rules 780Sstevel@tonic-gateecho_file usr/src/uts/sparc/Makefile.sparc 79*1167Skupferecho_file usr/src/uts/sparc/Makefile.sparc.shared 800Sstevel@tonic-gateecho_file usr/src/uts/sparc/Makefile.targ 81*1167Skupferecho_file usr/src/uts/sparc/Makefile.targ.shared 820Sstevel@tonic-gateecho_file usr/src/uts/sparc/ml/sparc.il 830Sstevel@tonic-gateecho_file usr/src/uts/sparc/req.flg 840Sstevel@tonic-gate 85