mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
bad0268e82
is considered "suspicious" with the actual TTL of a test packet sent to that host, to try and detect packet spoofing. It is intended to be used as part of an IDS system.
18 lines
339 B
Plaintext
18 lines
339 B
Plaintext
--- Makefile.orig Sat Sep 2 18:33:10 2000
|
|
+++ Makefile Sat Sep 2 18:35:05 2000
|
|
@@ -1,10 +1,10 @@
|
|
# despoof makefile
|
|
#
|
|
-CC=gcc
|
|
-CFLAGS=-O3
|
|
+CC?=gcc
|
|
+CFLAGS?=-O
|
|
PROG=despoof
|
|
-DEFS=`libnet-config --defines`
|
|
-LIBS=-lnet -lpcap
|
|
+DEFS=-I${LOCALBASE}/include `libnet-config --defines`
|
|
+LIBS=-L${LOCALBASE}/lib -lnet -lpcap
|
|
|
|
default: all
|
|
|