aboutsummaryrefslogtreecommitdiffstats
path: root/security/rid/files/patch-Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-02-14 02:59:36 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-02-14 02:59:36 +0000
commit8b129ae9038edb7056d88465602ddcf485b931ac (patch)
tree830115ab8d02de9f3efb50895939ff3507d1a20b /security/rid/files/patch-Makefile
parent9b4d19e8d06c146c898d61376ffe2891417d3613 (diff)
RID is a configurable tool which uses intrusion fingerprints to track down
compromised hosts. RID can remotely detect Stacheldraht, TFN, Trinoo and TFN2k if the attacker did not change the default ports.
Diffstat (limited to 'security/rid/files/patch-Makefile')
-rw-r--r--security/rid/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/rid/files/patch-Makefile b/security/rid/files/patch-Makefile
new file mode 100644
index 000000000000..3403d9a62d28
--- /dev/null
+++ b/security/rid/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig Tue Feb 8 18:23:08 2000
++++ Makefile Sun Feb 13 18:32:40 2000
+@@ -1,6 +1,6 @@
+
+-CC=gcc
+-LIBS=-lsocket -lnsl -lpcap -ll -ly
++#CC=gcc
++LIBS=-lpcap
+ SRCS = sender.c main.c pinger.c y.tab.c lex.yy.c listen.c
+ OBJS = sender.o main.o pinger.o y.tab.o lex.yy.o listen.o
+ CFLAGS=-g