Home | History | Annotate | Download | only in SUNWural
      1  6629  zf162725 #
      2  6629  zf162725 # CDDL HEADER START
      3  6629  zf162725 #
      4  6629  zf162725 # The contents of this file are subject to the terms of the
      5  6629  zf162725 # Common Development and Distribution License (the "License").
      6  6629  zf162725 # You may not use this file except in compliance with the License.
      7  6629  zf162725 #
      8  6629  zf162725 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9  6629  zf162725 # or http://www.opensolaris.org/os/licensing.
     10  6629  zf162725 # See the License for the specific language governing permissions
     11  6629  zf162725 # and limitations under the License.
     12  6629  zf162725 #
     13  6629  zf162725 # When distributing Covered Code, include this CDDL HEADER in each
     14  6629  zf162725 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15  6629  zf162725 # If applicable, add the following below this CDDL HEADER, with the
     16  6629  zf162725 # fields enclosed by brackets "[]" replaced with your own identifying
     17  6629  zf162725 # information: Portions Copyright [yyyy] [name of copyright owner]
     18  6629  zf162725 #
     19  6629  zf162725 # CDDL HEADER END
     20  6629  zf162725 #
     21  6629  zf162725 #
     22  6629  zf162725 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     23  6629  zf162725 # Use is subject to license terms.
     24  6629  zf162725 #
     25  6629  zf162725 # ident	"%Z%%M%	%I%	%E% SMI"
     26  6629  zf162725 #
     27  6629  zf162725 
     28  6629  zf162725 #
     29  6629  zf162725 # This required package information file contains a list of package contents.
     30  6629  zf162725 # The 'pkgmk' command uses this file to identify the contents of a package
     31  6629  zf162725 # and their location on the development machine when building the package.
     32  6629  zf162725 # Can be created via a text editor or through use of the 'pkgproto' command.
     33  6629  zf162725 
     34  6629  zf162725 #!search <pathname pathname ...>        # where to find pkg objects
     35  6629  zf162725 #!include <filename>                    # include another 'prototype' file
     36  6629  zf162725 #!default <mode> <owner> <group>        # default used if not specified on entry
     37  6629  zf162725 #!<param>=<value>                       # puts parameter in pkg environment
     38  6629  zf162725 
     39  6629  zf162725 #
     40  6629  zf162725 # SUNWural
     41  6629  zf162725 #
     42  6629  zf162725 
     43  6629  zf162725 # Include ISA independent files (prototype_com)
     44  6629  zf162725 #
     45  6629  zf162725 !include prototype_com
     46  6629  zf162725 
     47  6629  zf162725 # ural ieee80211b/g wifi driver
     48  6629  zf162725 d none kernel 0755 root sys
     49  6629  zf162725 d none kernel/drv 0755 root sys
     50  6629  zf162725 f none kernel/drv/ural 0755 root sys
     51  6629  zf162725 d none kernel/drv/amd64 0755 root sys
     52  6629  zf162725 f none kernel/drv/amd64/ural 0755 root sys
     53