--- Makefile.orig Tue Jul 24 08:21:17 2001 +++ Makefile Tue Jul 24 12:06:32 2001 @@ -51,7 +51,7 @@ # BYTE_ORDER definitions installed. If AUTO_END_MODE doesn't # work, use LITTLE_END_MODE on an x86, BIG_END_MODE on a # 680x0 or PPC machine. -#SYSTEMFLAGS = -DAUTO_END_MODE +SYSTEMFLAGS = -DAUTO_END_MODE # definitions for BSDI 4 #SYSTEMFLAGS = -DAUTO_END_MODE @@ -67,8 +67,8 @@ # definitions for where the X lib and include directories are. # The following are defaults that might work. -XINCLUDE = /usr/include/X11 -XLIB = /usr/lib/X11 +XINCLUDE = /usr/X11R6/include +XLIB = /usr/X11R6/lib # If your compiler can't find these things, try commenting out the # above, and uncommenting various versions below. Also look around @@ -97,7 +97,7 @@ # -------------------- # definition for where to install xzip executable and man page -DESTDIR = /usr/local +DESTDIR = /usr/X11R6 # --------------------