15 lines
401 B
Plaintext
15 lines
401 B
Plaintext
$OpenBSD: patch-openbsd_makefile,v 1.1 2004/01/06 03:29:09 espie Exp $
|
|
--- openbsd/makefile.orig 1995-11-18 13:19:02.000000000 +0100
|
|
+++ openbsd/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
|
|
|