=================================================================== RCS file: /cvs/djgpp/djgpp/tests/libc/posix/unistd/makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -p -u -r1.4 -r1.5 --- djgpp/tests/libc/posix/unistd/makefile 2003/03/01 13:17:36 1.4 +++ /cvs/djgpp/djgpp/tests/libc/posix/unistd/makefile 2003/03/14 19:12:07 1.5 @@ -9,5 +9,7 @@ SRC += sleep.c SRC += tread.c SRC += write.c SRC += t-isatty.c +SRC += t-lseek.c +SRC += t-pwrite.c include $(TOP)/../makefile.inc