Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/rdos/Makefile.inc')
-rw-r--r--newlib/libc/sys/rdos/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/libc/sys/rdos/Makefile.inc b/newlib/libc/sys/rdos/Makefile.inc
new file mode 100644
index 000000000..bab38ab24
--- /dev/null
+++ b/newlib/libc/sys/rdos/Makefile.inc
@@ -0,0 +1,5 @@
+libc_a_SOURCES += \
+ %D%/chown.c %D%/close.c %D%/execve.c %D%/fork.c %D%/fstat.c %D%/getenv.c \
+ %D%/getpid.c %D%/gettod.c %D%/isatty.c %D%/kill.c %D%/link.c %D%/lseek.c %D%/open.c %D%/rdoshelp.c \
+ %D%/rdos.S %D%/read.c %D%/readlink.c %D%/sbrk.c %D%/stat.c %D%/symlink.c %D%/times.c %D%/unlink.c \
+ %D%/wait.c %D%/write.c