Print this page
5798 fexecve() needed per POSIX 2008


   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 # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright (c) 2015, Joyent, Inc. All rights reserved.
  24 #

  25 # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
  26 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  27 # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  28 # Use is subject to license terms.
  29 #
  30 
  31 LIBCBASE=       .
  32 LIBCDIR=        $(SRC)/lib/libc
  33 LIBRARY=        libc.a
  34 LIB_PIC=        libc_pic.a
  35 VERS=           .1
  36 CPP=            /usr/lib/cpp
  37 TARGET_ARCH=    amd64
  38 
  39 # objects are grouped by source directory
  40 
  41 # local objects
  42 STRETS=
  43 
  44 CRTOBJS=                        \
  45         cerror.o
  46 


 843 UNWINDASMOBJS=                  \
 844         unwind_frame.o
 845 
 846 # Preserved solely to ease maintenance of 32-bit and 64-bit library builds
 847 # This macro should ALWAYS be empty; native APIs are already 'large file'.
 848 PORTSYS64=
 849 
 850 PORTSYS=                        \
 851         _autofssys.o            \
 852         access.o                \
 853         acctctl.o               \
 854         bsd_signal.o            \
 855         chmod.o                 \
 856         chown.o                 \
 857         corectl.o               \
 858         exacctsys.o             \
 859         execl.o                 \
 860         execle.o                \
 861         execv.o                 \
 862         fcntl.o                 \

 863         getpagesizes.o          \
 864         getpeerucred.o          \
 865         inst_sync.o             \
 866         issetugid.o             \
 867         label.o                 \
 868         link.o                  \
 869         lockf.o                 \
 870         lwp.o                   \
 871         lwp_cond.o              \
 872         lwp_rwlock.o            \
 873         lwp_sigmask.o           \
 874         meminfosys.o            \
 875         mkdir.o                 \
 876         mknod.o                 \
 877         msgsys.o                \
 878         nfssys.o                \
 879         open.o                  \
 880         pgrpsys.o               \
 881         posix_sigwait.o         \
 882         ppriv.o                 \




   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 # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright (c) 2015, Joyent, Inc. All rights reserved.
  24 #
  25 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  26 # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.

  27 # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  28 # Use is subject to license terms.
  29 #
  30 
  31 LIBCBASE=       .
  32 LIBCDIR=        $(SRC)/lib/libc
  33 LIBRARY=        libc.a
  34 LIB_PIC=        libc_pic.a
  35 VERS=           .1
  36 CPP=            /usr/lib/cpp
  37 TARGET_ARCH=    amd64
  38 
  39 # objects are grouped by source directory
  40 
  41 # local objects
  42 STRETS=
  43 
  44 CRTOBJS=                        \
  45         cerror.o
  46 


 843 UNWINDASMOBJS=                  \
 844         unwind_frame.o
 845 
 846 # Preserved solely to ease maintenance of 32-bit and 64-bit library builds
 847 # This macro should ALWAYS be empty; native APIs are already 'large file'.
 848 PORTSYS64=
 849 
 850 PORTSYS=                        \
 851         _autofssys.o            \
 852         access.o                \
 853         acctctl.o               \
 854         bsd_signal.o            \
 855         chmod.o                 \
 856         chown.o                 \
 857         corectl.o               \
 858         exacctsys.o             \
 859         execl.o                 \
 860         execle.o                \
 861         execv.o                 \
 862         fcntl.o                 \
 863         fexecve.o               \
 864         getpagesizes.o          \
 865         getpeerucred.o          \
 866         inst_sync.o             \
 867         issetugid.o             \
 868         label.o                 \
 869         link.o                  \
 870         lockf.o                 \
 871         lwp.o                   \
 872         lwp_cond.o              \
 873         lwp_rwlock.o            \
 874         lwp_sigmask.o           \
 875         meminfosys.o            \
 876         mkdir.o                 \
 877         mknod.o                 \
 878         msgsys.o                \
 879         nfssys.o                \
 880         open.o                  \
 881         pgrpsys.o               \
 882         posix_sigwait.o         \
 883         ppriv.o                 \