26916d7414
Now works on ELF archs thanks to additional patch from brad@ From CHANGES: + Ability to bind a port on which ettercap forwards the sniffed traffic + The -H option now supports range ip + NEW PLUGIN: lamia (become root of a switches spanning tree) + Updated the passive OS fingerprint database (825 records) !! Fixed the -w options (openssl path related bug) !! Fixed the conflicting options -Y and -a !! Fixed the FindIface function under BSD
13 lines
407 B
Plaintext
13 lines
407 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.8 2002/06/17 02:21:43 mark Exp $
|
|
--- Makefile.in.orig Fri May 17 06:48:19 2002
|
|
+++ Makefile.in Wed Jun 12 21:56:46 2002
|
|
@@ -59,7 +59,7 @@ src/include/ec_install_path.h:
|
|
|
|
@INCLUDE_DEPEND@
|
|
|
|
-install: @PROG@ strip
|
|
+install: @PROG@ strip plug-ins_install
|
|
$(INSTALL) -d $(DESTDIR)$(BINDIR)
|
|
$(INSTALL) -m 700 $(PROG) $(DESTDIR)$(BINDIR)
|
|
$(INSTALL) -d $(DESTDIR)$(DATADIR)
|