mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
12 lines
165 B
Plaintext
12 lines
165 B
Plaintext
--- Makefile.orig Wed Aug 21 08:19:11 1991
|
|
+++ Makefile Sun Jan 23 16:28:09 2000
|
|
@@ -1,6 +1,6 @@
|
|
|
|
-CC = cc
|
|
-CFLAGS = -O2
|
|
+CC ?= cc
|
|
+CFLAGS ?= -O2
|
|
|
|
all: Bonnie
|
|
|