Project

General

Profile

Statistics
| Branch: | Revision:

root / prex-0.9.0 / usr / lib / posix / file / Makefile.inc @ 03e9c04a

History | View | Annotate | Download (404 Bytes)

1 03e9c04a Brad Neuman
VPATH:=	$(SRCDIR)/usr/lib/posix/file:$(VPATH)
2
3
SRCS+=	__file.c \
4
	mount.c umount.c sync.c \
5
	access.c creat.c open.c close.c read.c write.c lseek.c rewinddir.c \
6
	fstat.c stat.c lstat.c fsync.c dup.c dup2.c \
7
	opendir.c closedir.c readdir.c rename.c chdir.c getcwd.c \
8
	link.c unlink.c rmdir.c mkdir.c mknod.c chmod.c chown.c \
9
	umask.c ioctl.c fcntl.c pipe.c isatty.c truncate.c ftruncate.c \
10
	fchdir.c