mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
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
9 lines
176 B
Text
9 lines
176 B
Text
--- Makefile.orig Mon Oct 7 00:05:18 2002
|
|
+++ Makefile Mon Oct 7 00:05:22 2002
|
|
@@ -1,5 +1,5 @@
|
|
SHELL = /bin/sh
|
|
-CC = gcc
|
|
+CC ?= gcc
|
|
DIRS = bin etc
|
|
|
|
all: $(DIRS) compile
|