f9bd27338a
+ now with OpenBSD "plug-in" support eg. banshee v 1.1 -- They kill without discretion... dummy v 1.0 -- Dummy plugin. It does nothing ! leech v 1.6 -- Isolate a host from the LAN lurker v 1.3 -- Try to search for other ettercap ooze v 1.4 -- Ping a host. shadow v 1.8 -- A very simple SYN/TCP port scanner spectre v 1.1 -- Flood a switched LAN with random MAC addresses triton v 1.3 -- Try to discover the LAN's gateway
21 lines
656 B
Plaintext
21 lines
656 B
Plaintext
--- Makefile.in.orig Wed Jul 18 21:34:43 2001
|
|
+++ Makefile.in Wed Jul 18 21:36:27 2001
|
|
@@ -17,7 +17,7 @@ exec_prefix = @exec_prefix@
|
|
BINDIR = @bindir@
|
|
MANDIR = @mandir@
|
|
SHAREDIR = ${prefix}/share/@PROG@
|
|
-DOCDIR = ${prefix}/doc/@PROG@-@VERSION@
|
|
+DOCDIR = ${prefix}/share/doc/@PROG@
|
|
DOC = COPYING README README.PLUGINS CHANGELOG HISTORY AUTHORS TODO THANKS KNOWN-BUGS PORTINGS
|
|
|
|
DEBUG = @DEBUG@
|
|
@@ -45,7 +45,7 @@ all: @PROG@
|
|
missing: $(MISSDESTS)
|
|
|
|
|
|
-install: @PROG@ strip
|
|
+install: @PROG@ plug-ins_install strip
|
|
$(INSTALL) -d $(DESTDIR)$(BINDIR)
|
|
$(INSTALL) -m 700 $(PROG) $(DESTDIR)$(BINDIR)
|
|
$(INSTALL) -d $(DESTDIR)$(SHAREDIR)
|