$OpenBSD: patch-freebsd_makefile,v 1.1 2004/01/06 03:29:09 espie Exp $
--- freebsd/makefile.orig	1995-11-18 13:19:02.000000000 +0100
+++ freebsd/makefile	2004-01-06 04:20:22.000000000 +0100
@@ -14,8 +14,8 @@ HDIR = ../h
 
 # options and arguments to the C compiler
 
-#CFLAGS += -I. -I$(HDIR)
-CFLAGS = -O -I. -I$(HDIR)
+CFLAGS += -I. -I$(HDIR)
+#CFLAGS = -O -I. -I$(HDIR)
 
 # list of header files
 
