--- Makefile
+++ Makefile	1995/10/31 00:48:00
@@ -24,10 +24,10 @@
 # files for coolmail when you type `make install'.
 CFLAGS   = 
 LINK     = $(CC)
-INCLUDES = -I/usr/X11R5/include
-LIB_DIRS = -L/usr/X11R5/lib
-BINDIR   = /usr/local/bin
-MANDIR   = /usr/local/man/man1
+INCLUDES = -I/usr/X11R6/include
+LIB_DIRS = -L/usr/X11R6/lib
+BINDIR   = /usr/bin
+MANDIR   = /usr/man/man1
 
 # Comment these out if you can't or don't want to use the digitized audio
 # feature.
--- Makefile.Linux
+++ Makefile.Linux	1995/10/31 00:45:36
@@ -0,0 +1,6 @@
+compile: Makefile
+	make 
+
+install:
+	make install
+
