freebsd-ports/security/rid/files/patch-Makefile
David E. O'Brien 8b129ae903 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.
2000-02-14 02:59:36 +00:00

11 lines
294 B
Text

--- 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