mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
9393541ce9
Fragrouter is a program for routing network traffic in such a way as to elude most network intrusion detection systems. Obtained From: OpenBSD
18 lines
447 B
Plaintext
18 lines
447 B
Plaintext
--- Makefile.in.orig Mon Jul 26 08:08:50 1999
|
|
+++ Makefile.in Sat Jan 8 00:17:56 2000
|
|
@@ -22,10 +22,10 @@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
-PCAPDIR = $(srcdir)/libpcap-0.4
|
|
-PCAPINCS = -I$(PCAPDIR)
|
|
-PCAPLIBS = -L$(PCAPDIR) -lpcap
|
|
-PCAPDEP = $(PCAPDIR)/pcap.h $(PCAPDIR)/libpcap.a
|
|
+PCAPDIR =
|
|
+PCAPINCS =
|
|
+PCAPLIBS = -lpcap
|
|
+PCAPDEP =
|
|
|
|
LNETDIR = $(srcdir)/Libnet-0.99b
|
|
LNETINCS = -I$(LNETDIR)/include
|