mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -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
13 lines
329 B
Text
13 lines
329 B
Text
--- ./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 =
|