Print this page
1681 support for BUILD64=# no longer works


   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 (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright (c) 2012 by Delphix. All rights reserved.
  25 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
  26 # Copyright 2013 Garrett D'Amore <garrett@damore.org>

  27 #
  28 
  29 set name=pkg.fmri value=pkg:/system/header@$(PKGVERS)
  30 set name=pkg.description \
  31     value="SunOS C/C++ header files for general development of software"
  32 set name=pkg.summary value="SunOS Header Files"
  33 set name=info.classification value=org.opensolaris.category.2008:System/Core
  34 set name=variant.arch value=$(ARCH)
  35 dir path=usr group=sys
  36 dir path=usr/include
  37 $(i386_ONLY)dir path=usr/include/$(ARCH64)
  38 $(i386_ONLY)dir path=usr/include/$(ARCH64)/sys
  39 dir path=usr/include/arpa
  40 dir path=usr/include/asm
  41 dir path=usr/include/ast
  42 dir path=usr/include/bsm
  43 dir path=usr/include/dat
  44 dir path=usr/include/des
  45 dir path=usr/include/gssapi
  46 dir path=usr/include/hal
  47 $(i386_ONLY)dir path=usr/include/ia32
  48 $(i386_ONLY)dir path=usr/include/ia32/sys
  49 dir path=usr/include/inet
  50 dir path=usr/include/inet/kssl
  51 dir path=usr/include/ipp
  52 dir path=usr/include/ipp/ipgpc
  53 dir path=usr/include/iso
  54 dir path=usr/include/kerberosv5
  55 dir path=usr/include/libpolkit
  56 dir path=usr/include/net
  57 dir path=usr/include/netinet
  58 dir path=usr/include/nfs


 171 $(sparc_ONLY)dir path=usr/platform/sun4u/include/sys/i2c/misc
 172 $(sparc_ONLY)dir path=usr/platform/sun4u/include/vm
 173 $(sparc_ONLY)dir path=usr/platform/sun4v group=sys
 174 $(sparc_ONLY)dir path=usr/platform/sun4v/include
 175 $(sparc_ONLY)dir path=usr/platform/sun4v/include/sys
 176 $(sparc_ONLY)dir path=usr/platform/sun4v/include/vm
 177 dir path=usr/share
 178 dir path=usr/share/man
 179 dir path=usr/share/man/man3head
 180 dir path=usr/share/man/man4
 181 dir path=usr/share/man/man5
 182 dir path=usr/share/man/man7i
 183 dir path=usr/share/src group=sys
 184 dir path=usr/share/src/uts
 185 $(i386_ONLY)dir path=usr/share/src/uts/i86pc
 186 $(i386_ONLY)dir path=usr/share/src/uts/i86xpv
 187 $(sparc_ONLY)dir path=usr/share/src/uts/sun4u
 188 $(sparc_ONLY)dir path=usr/share/src/uts/sun4v
 189 dir path=usr/xpg4
 190 dir path=usr/xpg4/include
 191 $(i386_ONLY)file path=usr/include/$(ARCH64)/sys/kdi_regs.h
 192 $(i386_ONLY)file path=usr/include/$(ARCH64)/sys/privmregs.h
 193 $(i386_ONLY)file path=usr/include/$(ARCH64)/sys/privregs.h
 194 file path=usr/include/aio.h
 195 file path=usr/include/alloca.h
 196 file path=usr/include/apptrace.h
 197 file path=usr/include/apptrace_impl.h
 198 file path=usr/include/ar.h
 199 file path=usr/include/archives.h
 200 file path=usr/include/arpa/ftp.h
 201 file path=usr/include/arpa/inet.h
 202 file path=usr/include/arpa/nameser.h
 203 file path=usr/include/arpa/nameser_compat.h
 204 file path=usr/include/arpa/telnet.h
 205 file path=usr/include/arpa/tftp.h
 206 $(i386_ONLY)file path=usr/include/asm/atomic.h
 207 $(i386_ONLY)file path=usr/include/asm/bitmap.h
 208 $(i386_ONLY)file path=usr/include/asm/byteorder.h
 209 $(i386_ONLY)file path=usr/include/asm/clock.h
 210 $(i386_ONLY)file path=usr/include/asm/cpu.h
 211 $(i386_ONLY)file path=usr/include/asm/cpuvar.h
 212 $(sparc_ONLY)file path=usr/include/asm/flush.h
 213 $(i386_ONLY)file path=usr/include/asm/htable.h




   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 (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright (c) 2012 by Delphix. All rights reserved.
  25 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
  26 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  27 # Copyright 2014 Andrew Stormont.
  28 #
  29 
  30 set name=pkg.fmri value=pkg:/system/header@$(PKGVERS)
  31 set name=pkg.description \
  32     value="SunOS C/C++ header files for general development of software"
  33 set name=pkg.summary value="SunOS Header Files"
  34 set name=info.classification value=org.opensolaris.category.2008:System/Core
  35 set name=variant.arch value=$(ARCH)
  36 dir path=usr group=sys
  37 dir path=usr/include
  38 $(i386_BUILD64)dir path=usr/include/$(ARCH64)
  39 $(i386_BUILD64)dir path=usr/include/$(ARCH64)/sys
  40 dir path=usr/include/arpa
  41 dir path=usr/include/asm
  42 dir path=usr/include/ast
  43 dir path=usr/include/bsm
  44 dir path=usr/include/dat
  45 dir path=usr/include/des
  46 dir path=usr/include/gssapi
  47 dir path=usr/include/hal
  48 $(i386_ONLY)dir path=usr/include/ia32
  49 $(i386_ONLY)dir path=usr/include/ia32/sys
  50 dir path=usr/include/inet
  51 dir path=usr/include/inet/kssl
  52 dir path=usr/include/ipp
  53 dir path=usr/include/ipp/ipgpc
  54 dir path=usr/include/iso
  55 dir path=usr/include/kerberosv5
  56 dir path=usr/include/libpolkit
  57 dir path=usr/include/net
  58 dir path=usr/include/netinet
  59 dir path=usr/include/nfs


 172 $(sparc_ONLY)dir path=usr/platform/sun4u/include/sys/i2c/misc
 173 $(sparc_ONLY)dir path=usr/platform/sun4u/include/vm
 174 $(sparc_ONLY)dir path=usr/platform/sun4v group=sys
 175 $(sparc_ONLY)dir path=usr/platform/sun4v/include
 176 $(sparc_ONLY)dir path=usr/platform/sun4v/include/sys
 177 $(sparc_ONLY)dir path=usr/platform/sun4v/include/vm
 178 dir path=usr/share
 179 dir path=usr/share/man
 180 dir path=usr/share/man/man3head
 181 dir path=usr/share/man/man4
 182 dir path=usr/share/man/man5
 183 dir path=usr/share/man/man7i
 184 dir path=usr/share/src group=sys
 185 dir path=usr/share/src/uts
 186 $(i386_ONLY)dir path=usr/share/src/uts/i86pc
 187 $(i386_ONLY)dir path=usr/share/src/uts/i86xpv
 188 $(sparc_ONLY)dir path=usr/share/src/uts/sun4u
 189 $(sparc_ONLY)dir path=usr/share/src/uts/sun4v
 190 dir path=usr/xpg4
 191 dir path=usr/xpg4/include
 192 $(i386_BUILD64)file path=usr/include/$(ARCH64)/sys/kdi_regs.h
 193 $(i386_BUILD64)file path=usr/include/$(ARCH64)/sys/privmregs.h
 194 $(i386_BUILD64)file path=usr/include/$(ARCH64)/sys/privregs.h
 195 file path=usr/include/aio.h
 196 file path=usr/include/alloca.h
 197 file path=usr/include/apptrace.h
 198 file path=usr/include/apptrace_impl.h
 199 file path=usr/include/ar.h
 200 file path=usr/include/archives.h
 201 file path=usr/include/arpa/ftp.h
 202 file path=usr/include/arpa/inet.h
 203 file path=usr/include/arpa/nameser.h
 204 file path=usr/include/arpa/nameser_compat.h
 205 file path=usr/include/arpa/telnet.h
 206 file path=usr/include/arpa/tftp.h
 207 $(i386_ONLY)file path=usr/include/asm/atomic.h
 208 $(i386_ONLY)file path=usr/include/asm/bitmap.h
 209 $(i386_ONLY)file path=usr/include/asm/byteorder.h
 210 $(i386_ONLY)file path=usr/include/asm/clock.h
 211 $(i386_ONLY)file path=usr/include/asm/cpu.h
 212 $(i386_ONLY)file path=usr/include/asm/cpuvar.h
 213 $(sparc_ONLY)file path=usr/include/asm/flush.h
 214 $(i386_ONLY)file path=usr/include/asm/htable.h