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 # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
25 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
26 #
27 # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
28 # Use is subject to license terms.
29 #
30
31 LIBCDIR= $(SRC)/lib/libc
32 LIB_PIC= libc_pic.a
33 VERS= .1
34 CPP= /usr/lib/cpp
35 TARGET_ARCH= i386
36
37 VALUES= values-Xa.o
38
39 # objects are grouped by source directory
40
41 # local objects
42 STRETS=
43
44 CRTOBJS= \
45 cerror.o \
883 unwind_frame.o
884
885 # objects that implement the transitional large file API
886 PORTSYS64= \
887 lockf64.o \
888 stat64.o
889
890 PORTSYS= \
891 _autofssys.o \
892 access.o \
893 acctctl.o \
894 bsd_signal.o \
895 chmod.o \
896 chown.o \
897 corectl.o \
898 exacctsys.o \
899 execl.o \
900 execle.o \
901 execv.o \
902 fcntl.o \
903 getpagesizes.o \
904 getpeerucred.o \
905 inst_sync.o \
906 issetugid.o \
907 label.o \
908 link.o \
909 lockf.o \
910 lwp.o \
911 lwp_cond.o \
912 lwp_rwlock.o \
913 lwp_sigmask.o \
914 meminfosys.o \
915 mkdir.o \
916 mknod.o \
917 msgsys.o \
918 nfssys.o \
919 open.o \
920 pgrpsys.o \
921 posix_sigwait.o \
922 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 # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
25 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
26 #
27 # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
28 # Use is subject to license terms.
29 #
30
31 LIBCDIR= $(SRC)/lib/libc
32 LIB_PIC= libc_pic.a
33 VERS= .1
34 CPP= /usr/lib/cpp
35 TARGET_ARCH= i386
36
37 VALUES= values-Xa.o
38
39 # objects are grouped by source directory
40
41 # local objects
42 STRETS=
43
44 CRTOBJS= \
45 cerror.o \
883 unwind_frame.o
884
885 # objects that implement the transitional large file API
886 PORTSYS64= \
887 lockf64.o \
888 stat64.o
889
890 PORTSYS= \
891 _autofssys.o \
892 access.o \
893 acctctl.o \
894 bsd_signal.o \
895 chmod.o \
896 chown.o \
897 corectl.o \
898 exacctsys.o \
899 execl.o \
900 execle.o \
901 execv.o \
902 fcntl.o \
903 fexecve.o \
904 getpagesizes.o \
905 getpeerucred.o \
906 inst_sync.o \
907 issetugid.o \
908 label.o \
909 link.o \
910 lockf.o \
911 lwp.o \
912 lwp_cond.o \
913 lwp_rwlock.o \
914 lwp_sigmask.o \
915 meminfosys.o \
916 mkdir.o \
917 mknod.o \
918 msgsys.o \
919 nfssys.o \
920 open.o \
921 pgrpsys.o \
922 posix_sigwait.o \
923 ppriv.o \
|