Home | History | Annotate | Download | only in SUNWos86r
      1 #
      2 # CDDL HEADER START
      3 #
      4 # The contents of this file are subject to the terms of the
      5 # Common Development and Distribution License (the "License").
      6 # You may not use this file except in compliance with the License.
      7 #
      8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9 # or http://www.opensolaris.org/os/licensing.
     10 # See the License for the specific language governing permissions
     11 # and limitations under the License.
     12 #
     13 # When distributing Covered Code, include this CDDL HEADER in each
     14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15 # If applicable, add the following below this CDDL HEADER, with the
     16 # fields enclosed by brackets "[]" replaced with your own identifying
     17 # information: Portions Copyright [yyyy] [name of copyright owner]
     18 #
     19 # CDDL HEADER END
     20 #
     21 
     22 #
     23 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     24 # Use is subject to license terms.
     25 #
     26 # This required package information file contains a list of package contents.
     27 # The 'pkgmk' command uses this file to identify the contents of a package
     28 # and their location on the development machine when building the package.
     29 # Can be created via a text editor or through use of the 'pkgproto' command.
     30 
     31 #!search <pathname pathname ...>	# where to find pkg objects
     32 #!include <filename>			# include another 'prototype' file
     33 #!default <mode> <owner> <group>	# default used if not specified on entry
     34 #!<param>=<value>			# puts parameter in pkg environment
     35 
     36 #
     37 # Include ISA independent files (prototype_com)
     38 #
     39 !include prototype_com
     40 #
     41 # List files which are I386 specific here
     42 #
     43 # source locations relative to the prototype file
     44 #
     45 # packaging files
     46 i copyright
     47 i depend
     48 i pkginfo
     49 i postinstall
     50 i postremove
     51 i i.mach
     52 i i.sdconf
     53 i i.manifest
     54 i r.manifest
     55 #
     56 # SUNWos86r
     57 #
     58 d none etc 0755 root sys
     59 f none etc/bootrc 755 root sys
     60 e mach etc/mach 644 root sys
     61 d none kernel 755 root sys
     62 d none kernel/drv 755 root sys
     63 f none kernel/drv/sd 755 root sys
     64 e sdconf kernel/drv/sd.conf 644 root sys
     65 f none kernel/drv/dnet 755 root sys
     66 f none kernel/drv/elxl 755 root sys
     67 f none kernel/drv/iprb 755 root sys
     68 f none kernel/drv/pcn 755 root sys
     69 # EXPORT DELETE START
     70 f none kernel/drv/spwr 755 root sys
     71 # EXPORT DELETE END
     72 d none kernel/drv/amd64 755 root sys
     73 f none kernel/drv/amd64/dnet 755 root sys
     74 f none kernel/drv/amd64/elxl 755 root sys
     75 f none kernel/drv/amd64/iprb 755 root sys
     76 f none kernel/drv/amd64/pcn 755 root sys
     77