$OpenBSD: patch-lib_Makefile,v 1.1 2008/01/24 18:31:25 merdely Exp $
--- lib/Makefile.orig	Wed Oct  8 22:53:19 1997
+++ lib/Makefile	Wed Jan 23 23:08:37 2008
@@ -1,8 +1,8 @@
 DEFINES =
 
-CC = cc
-COPTIMISE = -O
-CFLAGS = $(DEFINES) -I../include $(COPTIMISE)
+CC ?= cc
+#COPTIMISE = -O
+CFLAGS += $(DEFINES) -I../include $(COPTIMISE)
 
 TARGETS =	libpgpsendmail.a
 
