mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
14 lines
296 B
Plaintext
14 lines
296 B
Plaintext
--- freebsd/makefile.orig Sat Nov 18 13:19:02 1995
|
|
+++ freebsd/makefile Wed Mar 25 15:07:14 1998
|
|
@@ -14,8 +14,8 @@
|
|
|
|
# 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
|
|
|