mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +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
|