Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4973 right-hear 1
THIS_SRCS = access.c alarm.c chdir.c chown.c close.c ctermid.c dup2.c \
2
	dup.c execl.c execle.c execlp.c execlpe.c execv.c execve.c execvp.c \
3
	execvpe.c fork.c fpathcon.c getcwd.c getegid.c geteuid.c getgid.c \
4
	getgroup.c getlogin.c getopt.c getpgrp.c getpid.c getppid.c getuid.c \
5
	isatty.c link.c lseek.c pathconf.c pause.c pipe.c read.c rmdir.c setgid.c \
6
	setpgid.c setsid.c setuid.c sleep.c sysconf.c ttyname.c unlink.s write.c
7
 
8
include $(MENUET_LIBC_TOPDIR)/Make.rules