$OpenBSD: patch-Makefile,v 1.1.1.1 2001/01/03 18:54:09 naddy Exp $
--- Makefile.orig	Sun Jul 16 00:01:56 2000
+++ Makefile	Tue Jan  2 20:04:47 2001
@@ -6,7 +6,7 @@
 #
 ############################################################################
 
-CC          = cc
+#CC          = cc
 
 #
 # ADD_CFLAGS: Add -DVI_KEYS if you want vi-cursor-keys
@@ -23,12 +23,18 @@ MANEXT      = 1
 # Uncomment the lines for your system (default is linux)
 
 ###########################
+# OpenBSD
+###########################
+CFLAGS       += -DCOLOR_SUPPORT -DNCURSES
+LIBS         = -lcurses
+
+###########################
 # LINUX (testet with ncurses 5.0)
 ###########################
-COLOR       = -DCOLOR_SUPPORT 
+#COLOR       = -DCOLOR_SUPPORT 
 #CLOCK	    = -DCLOCK_SUPPORT # Experimental!
-CFLAGS      = $(ADD_CFLAGS) $(COLOR) $(CLOCK)
-LIBS        = -lncurses
+#CFLAGS      = $(ADD_CFLAGS) $(COLOR) $(CLOCK)
+#LIBS        = -lncurses
 
 ###########################
 # LINUX (X11 using PDCurses) thanks to  Mark Hessling
