20 lines
487 B
Plaintext
20 lines
487 B
Plaintext
$OpenBSD: patch-Makefile,v 1.2 2011/08/24 20:57:24 naddy Exp $
|
|
--- Makefile.orig Wed Oct 26 06:08:03 2005
|
|
+++ Makefile Wed Aug 24 21:13:18 2011
|
|
@@ -18,13 +18,13 @@
|
|
#
|
|
# Use /lib/cpp or /usr/ccs/lib/cpp for CPP on Solaris or SVR4 machines.
|
|
|
|
-CC = cc
|
|
+#CC = cc
|
|
|
|
CPP = $(CC) -E
|
|
#CPP = /lib/cpp
|
|
#CPP = /usr/bin/cpp -no-cpp-precomp # for MacOS X
|
|
|
|
-CFLAGS = -O # -g -Wall -ansi -pedantic
|
|
+#CFLAGS = -O # -g -Wall -ansi -pedantic
|
|
#CFLAGS = -O # -w0 -g3 # for DEC
|
|
|
|
MAKE = make
|