--- Makefile.orig	Mon May 11 04:12:35 1998
+++ Makefile	Wed May 13 02:30:12 1998
@@ -29,7 +29,7 @@
 # the following line and recompile
 COLOR       = -DCOLOR_SUPPORT
 #CLOCK	    = -DCLOCK_SUPPORT
-CFLAGS      = $(ADD_CFLAGS) $(COLOR) $(CLOCK)
+#CFLAGS      = $(ADD_CFLAGS) $(COLOR) $(CLOCK)
 LIBS        = -lncurses
 
 ###########################
@@ -39,12 +39,14 @@
 #LIBS       = -lcurses -ltermcap
 
 ###########################
-# FreeBSD with ncurses  (Thanks to Peter Brevik)
+# FreeBSD (Thanks to Peter Brevik)
 ###########################
 #ADD_INCLUDE = /usr/include/ncurses
 #ADD_LIB     = /usr/lib
 #CFLAGS      = -I$(ADD_INCLUDE) -DNCURSES $(ADD_CFLAGS)
 #LIBS        = -L$(ADD_LIB) -lncurses -lmytinfo -lcompat
+CFLAGS      += -DCOLOR_SUPPORT -DNCURSES
+LIBS         = -lncurses -lmytinfo -lcompat
 
 ###########################
 # NeXT (Thanks to fifi)
