=================================================================== RCS file: /cvs/djgpp/djgpp/tests/libc/posix/unistd/makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -p -u -r1.3 -r1.4 --- djgpp/tests/libc/posix/unistd/makefile 2001/05/22 20:52:27 1.3 +++ /cvs/djgpp/djgpp/tests/libc/posix/unistd/makefile 2003/03/01 13:17:36 1.4 @@ -8,5 +8,6 @@ SRC += getpid.c SRC += sleep.c SRC += tread.c SRC += write.c +SRC += t-isatty.c include $(TOP)/../makefile.inc