freebsd-ports/sysutils/memfetch/files/patch-Makefile
Pav Lucistnik 3bbf98e002 Add memfetch, a cool util to dump the memory of a process. Good debug tool.
PR:		ports/74371
Submitted by:	Yonatan <onatan@gmail.com>
2004-11-27 21:26:55 +00:00

13 lines
207 B
Text

--- 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)