mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
11 lines
206 B
Plaintext
11 lines
206 B
Plaintext
--- Makefile.orig Fri Oct 8 08:22:20 1999
|
|
+++ Makefile Thu Jan 20 09:12:48 2000
|
|
@@ -1,5 +1,5 @@
|
|
-CC = gcc
|
|
-CFLAGS =
|
|
+CC ?= gcc
|
|
+CFLAGS ?= -O2
|
|
LIBS =
|
|
INSTALL = install
|
|
INSTALLPREFIX = /usr/local
|