--- ytalk-3.0.2-8bit/Imakefile.orig Wed Apr 24 20:49:30 1996 +++ ytalk-3.0.2-8bit/Imakefile Wed Apr 24 20:51:39 1996 @@ -39,7 +39,9 @@ # If your machine has a 64-bit architecture or uses 64-bit 'long's, then you # will need to uncomment the following line. -#BDEFS = -DY64BIT +#ifdef __alpha__ +BDEFS = -DY64BIT +#endif # # If you have (or want) a system-wide .ytalkrc file, uncomment the next line @@ -53,14 +55,14 @@ # the following lines. Y_BINDIR is where the binary will be placed. # Y_MANDIR is where the manpage will be placed. -Y_BINDIR = /usr/local/bin -Y_MANDIR = /usr/local/man/man1 +Y_BINDIR = /usr/bin +Y_MANDIR = /usr/man/man1 ############################################################ ## Past this point, you shouldn't need to modify anything ## ############################################################ -LIB = -lcurses -ltermcap $(SLIBS) $(XLIB) -DEFINES = -DUSE_X11 -I/usr/local/include $(DEBCFLAGS) $(TDEFS) $(BDEFS) $(RCDEF) +LIB = -lncurses -ltermcap $(SLIBS) $(XLIB) +DEFINES = -DUSE_X11 -I/usr/include/ncurses $(DEBCFLAGS) $(TDEFS) $(BDEFS) $(RCDEF) LDFLAGS = $(DEBLDFLAGS) $(LDOPTIONS) OBJ = main.o term.o user.o fd.o comm.o menu.o socket.o rc.o exec.o cwin.o \ xwin.o