mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
3bbf98e002
PR: ports/74371 Submitted by: Yonatan <onatan@gmail.com>
14 lines
207 B
Plaintext
14 lines
207 B
Plaintext
--- Makefile.orig Thu Nov 25 15:30:12 2004
|
|
+++ Makefile Thu Nov 25 15:31:32 2004
|
|
@@ -7,8 +7,8 @@
|
|
#
|
|
|
|
FILE = memfetch
|
|
-CFLAGS = -Wall -O9
|
|
-CC = gcc
|
|
+CFLAGS?= -Wall -O9
|
|
+CC ?= gcc
|
|
|
|
all: $(FILE)
|
|
|