mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-10-09 12:57:08 +00:00
added fts* routines and fdopen(3) to build
This commit is contained in:
parent
d85acdda0e
commit
62becc2887
@ -6,7 +6,7 @@
|
||||
# directories:
|
||||
# gen, gno, locale, stdio, stdlib, string, sys
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1997/05/03 19:40:37 gdr Exp $
|
||||
# $Id: Makefile,v 1.3 1997/07/27 23:59:49 gdr Exp $
|
||||
#
|
||||
|
||||
.INCLUDE: ../const.mk
|
||||
@ -29,6 +29,7 @@ LIBC_OBJ = \
|
||||
gen/dirent.o \
|
||||
gen/err.o \
|
||||
gen/fnmatch.o \
|
||||
gen/fts.o \
|
||||
gen/getcwd.o \
|
||||
gen/getgrent.o \
|
||||
gen/getpass.o \
|
||||
@ -45,6 +46,7 @@ LIBC_OBJ = \
|
||||
gen/tty.o \
|
||||
gen/utime.o \
|
||||
locale/table.o \
|
||||
stdio/fdopen.o \
|
||||
stdio/fgetln.o \
|
||||
stdio/mktemp.o \
|
||||
stdio/perror.o \
|
||||
|
Loading…
Reference in New Issue
Block a user