diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-07 07:07:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-07 07:07:26 +0000 |
commit | 1c2935fc4bd9d7f60f28328fe790d4cdf926a752 (patch) | |
tree | c2559b2e166e6a8f8be1057cfbec5457672f209a /sysutils/task/files/patch-ac | |
parent | upgrade 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-ac')
-rw-r--r-- | sysutils/task/files/patch-ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/task/files/patch-ac b/sysutils/task/files/patch-ac new file mode 100644 index 000000000000..82f1a5074cc6 --- /dev/null +++ b/sysutils/task/files/patch-ac @@ -0,0 +1,15 @@ +--- ./src/file/Makefile.orig Mon Oct 7 00:01:09 2002 ++++ ./src/file/Makefile Mon Oct 7 00:01:51 2002 +@@ -22,10 +22,9 @@ + # 4. This notice may not be removed or altered. + + SHELL = /bin/sh +-CC = gcc +-OPT = -O ++CC ?= gcc + DEBUG = -g +-CFLAGS = $(OPT) $(DEBUG) $(DEFS) $(DEFS_LCL) ++CFLAGS += $(DEBUG) $(DEFS) $(DEFS_LCL) + + # If TASK is used with Autopsy on a CD that can be used for live + # analysis, uncomment the line below and set the TASK directory |