freebsd-ports/sysutils/task/files/patch-aa
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

11 lines
332 B
Text

--- ./src/makedefs.orig Sun Oct 6 23:53:33 2002
+++ ./src/makedefs Sun Oct 6 23:53:45 2002
@@ -8,6 +8,8 @@
;;
FreeBSD.4*) DEFS="-DFREEBSD4"
;;
+ FreeBSD.5*) DEFS="-DFREEBSD5"
+ ;;
OpenBSD.[23]*) DEFS="-DOPENBSD2"
;;
OpenBSD.3*) DEFS="-DOPENBSD3"