1 # 2 # Copyright 2007 Sun Microsystems, Inc. All rights reserved. 3 # Use is subject to license terms. 4 # 5 #ident "%Z%%M% %I% %E% SMI" 6 # 7 # This required package information file contains a list of package contents. 8 # The 'pkgmk' command uses this file to identify the contents of a package 9 # and their location on the development machine when building the package. 10 # Can be created via a text editor or through use of the 'pkgproto' command. 11 12 #!search <pathname pathname ...> # where to find pkg objects 13 #!include <filename> # include another 'prototype' file 14 #!default <mode> <owner> <group> # default used if not specified on entry 15 #!<param>=<value> # puts parameter in pkg environment 16 17 # 18 # Include ISA independent files (prototype_com) 19 # 20 !include prototype_com 21 # 22 # List files which are i386 specific here 23 # 24 # source locations relative to the prototype file 25 # 26 # SUNWagp 27 # 28 d none kernel 0755 root sys 29 d none kernel/drv 0755 root sys 30 f none kernel/drv/agpgart 0755 root sys 31 f none kernel/drv/agpgart.conf 0644 root sys 32 f none kernel/drv/amd64_gart 0755 root sys 33 f none kernel/drv/agptarget 0755 root sys 34 d none kernel/drv/amd64 0755 root sys 35 f none kernel/drv/amd64/agpgart 0755 root sys 36 f none kernel/drv/amd64/amd64_gart 0755 root sys 37 f none kernel/drv/amd64/agptarget 0755 root sys 38