summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/sparc/Makefile.com
diff options
context:
space:
mode:
authorYuri Pankov <yuri.pankov@nexenta.com>2017-06-12 20:16:28 -0700
committerJoshua M. Clulow <josh@sysmgr.org>2017-06-12 20:16:28 -0700
commit4585130b259133a26efae68275dbe56b08366deb (patch)
tree1946c836807dbd490b3395f65326f4d4664baefc /usr/src/lib/libc/sparc/Makefile.com
parent61304e4faaed38301307f7f985160d1843473587 (diff)
downloadillumos-joyent-4585130b259133a26efae68275dbe56b08366deb.tar.gz
5428 provide fts(), reallocarray(), and strtonum()
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Joshua M. Clulow <josh@sysmgr.org>
Diffstat (limited to 'usr/src/lib/libc/sparc/Makefile.com')
-rw-r--r--usr/src/lib/libc/sparc/Makefile.com48
1 files changed, 25 insertions, 23 deletions
diff --git a/usr/src/lib/libc/sparc/Makefile.com b/usr/src/lib/libc/sparc/Makefile.com
index 7c8f14372d..b478c61a74 100644
--- a/usr/src/lib/libc/sparc/Makefile.com
+++ b/usr/src/lib/libc/sparc/Makefile.com
@@ -18,14 +18,13 @@
#
# CDDL HEADER END
#
+
#
# Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright 2016 Joyent, Inc.
# Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
# Copyright 2013 Garrett D'Amore <garrett@damore.org>
-#
-# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
-# Use is subject to license terms.
+# Copyright 2017 Nexenta Systems, Inc.
#
LIBCDIR= $(SRC)/lib/libc
@@ -410,14 +409,14 @@ PORTGEN= \
addsev.o \
ascii_strncasecmp.o \
assert.o \
+ atexit.o \
+ atfork.o \
atof.o \
atoi.o \
atol.o \
atoll.o \
attrat.o \
attropen.o \
- atexit.o \
- atfork.o \
basename.o \
calloc.o \
catgets.o \
@@ -459,8 +458,10 @@ PORTGEN= \
fmtmsg.o \
ftime.o \
ftok.o \
+ fts.o \
ftw.o \
gcvt.o \
+ get_nprocs.o \
getauxv.o \
getcwd.o \
getdate_err.o \
@@ -478,7 +479,6 @@ PORTGEN= \
getlogin.o \
getmntent.o \
getnetgrent.o \
- get_nprocs.o \
getopt.o \
getopt_long.o \
getpagesize.o \
@@ -560,8 +560,8 @@ PORTGEN= \
posix_madvise.o \
posix_memalign.o \
priocntl.o \
- privlib.o \
priv_str_xlate.o \
+ privlib.o \
psecflags.o \
psiginfo.o \
psignal.o \
@@ -574,6 +574,7 @@ PORTGEN= \
rctlops.o \
readdir.o \
readdir_r.o \
+ reallocarray.o \
realpath.o \
reboot.o \
regexpr.o \
@@ -615,6 +616,7 @@ PORTGEN= \
strtoimax.o \
strtok.o \
strtok_r.o \
+ strtonum.o \
strtoumax.o \
swab.o \
swapctl.o \
@@ -1175,23 +1177,23 @@ SRCS= \
$(XATTROBJS:%.o=$(SRC)/common/xattr/%.c) \
$(COMOBJS:%.o=$(SRC)/common/util/%.c) \
$(DTRACEOBJS:%.o=$(SRC)/common/dtrace/%.c) \
- $(PORTFP:%.o=$(LIBCDIR)/port/fp/%.c) \
- $(PORTGEN:%.o=$(LIBCDIR)/port/gen/%.c) \
- $(PORTI18N:%.o=$(LIBCDIR)/port/i18n/%.c) \
- $(PORTLOCALE:%.o=$(LIBCDIR)/port/locale/%.c) \
- $(PORTPRINT:%.o=$(LIBCDIR)/port/print/%.c) \
- $(PORTREGEX:%.o=$(LIBCDIR)/port/regex/%.c) \
- $(PORTSTDIO:%.o=$(LIBCDIR)/port/stdio/%.c) \
- $(PORTSYS:%.o=$(LIBCDIR)/port/sys/%.c) \
- $(AIOOBJS:%.o=$(LIBCDIR)/port/aio/%.c) \
- $(RTOBJS:%.o=$(LIBCDIR)/port/rt/%.c) \
- $(SECFLAGSOBJS:%.o=$(SRC)/common/secflags/%.c) \
- $(TPOOLOBJS:%.o=$(LIBCDIR)/port/tpool/%.c) \
- $(THREADSOBJS:%.o=$(LIBCDIR)/port/threads/%.c) \
- $(THREADSMACHOBJS:%.o=$(LIBCDIR)/$(MACH)/threads/%.c) \
+ $(PORTFP:%.o=$(LIBCDIR)/port/fp/%.c) \
+ $(PORTGEN:%.o=$(LIBCDIR)/port/gen/%.c) \
+ $(PORTI18N:%.o=$(LIBCDIR)/port/i18n/%.c) \
+ $(PORTLOCALE:%.o=$(LIBCDIR)/port/locale/%.c) \
+ $(PORTPRINT:%.o=$(LIBCDIR)/port/print/%.c) \
+ $(PORTREGEX:%.o=$(LIBCDIR)/port/regex/%.c) \
+ $(PORTSTDIO:%.o=$(LIBCDIR)/port/stdio/%.c) \
+ $(PORTSYS:%.o=$(LIBCDIR)/port/sys/%.c) \
+ $(AIOOBJS:%.o=$(LIBCDIR)/port/aio/%.c) \
+ $(RTOBJS:%.o=$(LIBCDIR)/port/rt/%.c) \
+ $(SECFLAGSOBJS:%.o=$(SRC)/common/secflags/%.c) \
+ $(TPOOLOBJS:%.o=$(LIBCDIR)/port/tpool/%.c) \
+ $(THREADSOBJS:%.o=$(LIBCDIR)/port/threads/%.c) \
+ $(THREADSMACHOBJS:%.o=$(LIBCDIR)/$(MACH)/threads/%.c) \
$(UNICODEOBJS:%.o=$(SRC)/common/unicode/%.c) \
- $(UNWINDMACHOBJS:%.o=$(LIBCDIR)/port/unwind/%.c) \
- $(FPOBJS:%.o=$(LIBCDIR)/$(MACH)/fp/%.c) \
+ $(UNWINDMACHOBJS:%.o=$(LIBCDIR)/port/unwind/%.c) \
+ $(FPOBJS:%.o=$(LIBCDIR)/$(MACH)/fp/%.c) \
$(LIBCBASE)/crt/_ftou.c \
$(LIBCBASE)/gen/_xregs_clrptr.c \
$(LIBCBASE)/gen/byteorder.c \