summaryrefslogtreecommitdiff
path: root/sysutils/task/files/patch-af
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-07 07:07:26 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-07 07:07:26 +0000
commit1c2935fc4bd9d7f60f28328fe790d4cdf926a752 (patch)
treec2559b2e166e6a8f8be1057cfbec5457672f209a /sysutils/task/files/patch-af
parentupgrade to 1.2.6 (diff)
The @stake Sleuth Kit (TASK) is the only open source forensic toolkit
for a complete analysis of Microsoft and UNIX file systems. TASK enables investigators to identify and recover evidence from images acquired during incident response or from live systems. Obtained from: openbsd
Notes
Notes: svn path=/head/; revision=67534
Diffstat (limited to 'sysutils/task/files/patch-af')
-rw-r--r--sysutils/task/files/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/task/files/patch-af b/sysutils/task/files/patch-af
new file mode 100644
index 000000000000..260a173e5c8f
--- /dev/null
+++ b/sysutils/task/files/patch-af
@@ -0,0 +1,13 @@
+--- ./src/misc/Makefile.orig Mon Oct 7 00:02:50 2002
++++ ./src/misc/Makefile Mon Oct 7 00:03:00 2002
+@@ -1,8 +1,7 @@
+ SHELL = /bin/sh
+-CC = gcc
+-OPT = -O
++CC ?= gcc
+ DEBUG = -g
+-CFLAGS = $(DEFS) $(OPT) $(DEBUG)
++CFLAGS += $(DEFS) $(OPT) $(DEBUG)
+ LIBOBJ = mymalloc.o error.o strerror.o split_at.o
+ LIB = aux_lib.a
+ BIN_DIR =