freebsd-ports/sysutils/task/files/patch-ae
Kris Kennaway 1c2935fc4b 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
2002-10-07 07:07:26 +00:00

17 lines
417 B
Text

--- ./src/hash/Makefile.orig Mon Oct 7 00:02:28 2002
+++ ./src/hash/Makefile Mon Oct 7 00:02:41 2002
@@ -1,12 +1,11 @@
SHELL = /bin/sh
-CC = gcc
-OPT = -O
+CC ?= gcc
DEBUG = -g
BIN = ../../bin
MAN = ../../man
PROGS = $(BIN)/md5 $(BIN)/sha1
MANPAGES= $(MAN)/man1/md5.1
-CFLAGS = $(DEFS) $(INCL) $(OPT) $(DEBUG) -I. $(XFLAGS)
+CFLAGS += $(DEFS) $(INCL) $(OPT) $(DEBUG) -I. $(XFLAGS)
defs:
@sh ../makedefs