diff options
Diffstat (limited to 'net-mgmt/ettercap/files/patch-plugins::H03_hydra1::Makefile.in')
-rw-r--r-- | net-mgmt/ettercap/files/patch-plugins::H03_hydra1::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/ettercap/files/patch-plugins::H03_hydra1::Makefile.in b/net-mgmt/ettercap/files/patch-plugins::H03_hydra1::Makefile.in new file mode 100644 index 000000000000..fe888fe1146b --- /dev/null +++ b/net-mgmt/ettercap/files/patch-plugins::H03_hydra1::Makefile.in @@ -0,0 +1,11 @@ +--- plugins/H03_hydra1/Makefile.in.orig Sun May 4 18:58:02 2003 ++++ plugins/H03_hydra1/Makefile.in Sun May 4 18:58:37 2003 +@@ -3,7 +3,7 @@ + DEFS = @PICFLAG@ @DEFS@ -D@OS@ + + CFLAG = @CFLAGS@ +-COPTS = -I../.. ++COPTS = -I../.. @COPTS@ + + PROG = H03_hydra1 + |