=================================================================== RCS file: /cvs/djgpp/djgpp/tests/libc/posix/unistd/makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -p -u -r1.5 -r1.6 --- djgpp/tests/libc/posix/unistd/makefile 2003/03/14 19:12:07 1.5 +++ /cvs/djgpp/djgpp/tests/libc/posix/unistd/makefile 2003/03/26 19:50:55 1.6 @@ -8,8 +8,10 @@ SRC += getpid.c SRC += sleep.c SRC += tread.c SRC += write.c +SRC += t-fchdir.c SRC += t-isatty.c SRC += t-lseek.c SRC += t-pwrite.c +SRC += t-select.c include $(TOP)/../makefile.inc