summaryrefslogtreecommitdiff
path: root/sysutils/memdump/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/memdump/files/patch-Makefile')
-rw-r--r--sysutils/memdump/files/patch-Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/memdump/files/patch-Makefile b/sysutils/memdump/files/patch-Makefile
deleted file mode 100644
index 8064650a1845..000000000000
--- a/sysutils/memdump/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig Wed Jun 16 23:37:28 2004
-+++ Makefile Wed Jun 16 23:37:47 2004
-@@ -3,7 +3,7 @@
- OPT = -O
- DEBUG = -g
- PROGS = memdump
--CFLAGS = $(OPT) $(DEBUG) -I. $(XFLAGS) $(DEFS)
-+CFLAGS += $(OPT) $(DEBUG) -I. $(XFLAGS) $(DEFS)
- OBJS = memdump.o convert_size.o error.o mymalloc.o
- PROGS = memdump
- MAN = memdump.1