*** Makefile.orig	Sat Dec 19 07:19:54 1998
--- Makefile	Sat Dec 19 18:25:56 1998
***************
*** 12,23 ****
  #   Normally you should not have to change anything else.
  #
  
! PREFIX=/usr/local
  BINDIR=$(PREFIX)/bin
  MANDIR=$(PREFIX)/man
  SECTION=1
  
! OPTFLAGS=-g
  #OPTFLAGS=-O5
  #OPTFLAGS=-fast -native -xO5
  
--- 12,23 ----
  #   Normally you should not have to change anything else.
  #
  
! PREFIX?=/usr/local
  BINDIR=$(PREFIX)/bin
  MANDIR=$(PREFIX)/man
  SECTION=1
  
! OPTFLAGS:=${CFLAGS}
  #OPTFLAGS=-O5
  #OPTFLAGS=-fast -native -xO5
  
