047e56855a
Don't hardcode /usr/local in patch-* help and ok naddy@
16 lines
366 B
Plaintext
16 lines
366 B
Plaintext
$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
|
|
|