--- Makefile.orig Sat Jan 24 19:53:13 1998 +++ Makefile Sat Jan 24 19:57:05 1998 @@ -38,9 +38,9 @@ STATICFLAG=FOOBAR${HOST_ARCH} -CFLAGS = -g -I. ${$(STATICFLAG)} +#CFLAGS = -g -I. ${$(STATICFLAG)} # The following is better if you want to make sure you run with SYSV defined -# CFLAGS = -g -I. ${$(STATICFLAG)} -DSYSV +CFLAGS = -I. ${$(STATICFLAG)} -DLINUX -O # Also, for SGI Irix, compile in K&R mode #CFLAGS = -g -I. ${$(STATICFLAG)} -DSYSV -cckr @@ -75,7 +75,7 @@ INSTALL = install -c -s # Root of installation tree -INSTROOT = /usr/local +INSTROOT = /usr # # This is where binaries should be copied LOCALBINDIR = ${INSTROOT}/bin @@ -91,7 +91,7 @@ FONTSUFFIX=pcf # This is where the mailcap file should be put -MAILCAPDIR = ${INSTROOT}/etc +MAILCAPDIR = /etc # This helps with the "for" constructs below on some platforms: SHELL=/bin/sh