10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
|
$OpenBSD: patch-binhex_makefile,v 1.1.1.1 2002/10/25 21:45:02 naddy Exp $
|
||
|
--- binhex/makefile.orig Fri Oct 25 17:30:16 2002
|
||
|
+++ binhex/makefile Fri Oct 25 17:30:24 2002
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-CFLAGS = -O $(CF)
|
||
|
+CFLAGS = $(CF)
|
||
|
|
||
|
SRCS = binhex.c dofile.c
|
||
|
|