Added sys_rename

This commit is contained in:
ceriel
1988-06-28 11:12:18 +00:00
parent d702321c37
commit c03e25dc0d
4 changed files with 33 additions and 4 deletions

View File

@@ -8,10 +8,10 @@ CFLAGS = $(INCLUDES) -O
AR = ar
OBJ = access.o break.o chmode.o close.o create.o filesize.o \
modtime.o lock.o open.o read.o remove.o stop.o \
system.o time.o unlock.o write.o seek.o
system.o time.o unlock.o write.o seek.o rename.o
CSRC = access.c break.c chmode.c close.c create.c filesize.c \
modtime.c lock.c open.c read.c remove.c stop.c \
system.c time.c unlock.c write.c seek.c
system.c time.c unlock.c write.c seek.c rename.c
SRC = Makefile system.h $(CSRC)
all: $(LIBSYS)