1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
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

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)