diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-01-08 09:24:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-01-08 09:24:25 +0000 |
commit | 9393541ce90228494bf4eca291bff6a914ae5577 (patch) | |
tree | 8b9ffb90b4ce7d4c5cf14ff47090677ada15d69a /security/fragrouter/files/patch-aa | |
parent | Update to 0.5.1 (diff) |
Add Fragrouter 1.6.
Fragrouter is a program for routing network traffic in such a way as
to elude most network intrusion detection systems.
Obtained From: OpenBSD
Notes
Notes:
svn path=/head/; revision=24544
Diffstat (limited to 'security/fragrouter/files/patch-aa')
-rw-r--r-- | security/fragrouter/files/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/security/fragrouter/files/patch-aa b/security/fragrouter/files/patch-aa new file mode 100644 index 000000000000..04d7a97f3670 --- /dev/null +++ b/security/fragrouter/files/patch-aa @@ -0,0 +1,17 @@ +--- 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 |