home *** CD-ROM | disk | FTP | other *** search
- --- Makefile.rtr Mon Feb 3 14:47:08 1997
- +++ Makefile Mon Feb 3 14:54:27 1997
- @@ -2,7 +2,7 @@
- BINDIR = <installdir>/bin
- MANDIR = <installsharedir>/man/man1
-
- -CC=cc
- +CC=cc -I/usr/include/ncurses
-
- # PC6300+ SysV
- # CFLAGS=-O -DREALUNIX -DPLUS6300
- @@ -10,7 +10,7 @@
-
- # generic BSD
- CFLAGS=-O
- -LIBS=-lcurses -ltermcap
- +LIBS=-lncurses -ltermcap
-
- #.SILENT:
-
- --- i.h.rtr Mon Feb 3 14:47:07 1997
- +++ i.h Mon Feb 3 14:54:03 1997
- @@ -14,6 +14,7 @@
- #include <signal.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- +#include <unistd.h>
-
- #ifndef X_OK
- # ifdef REALUNIX
-