summaryrefslogtreecommitdiff
path: root/net/hping/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/hping/files/patch-Makefile.in')
-rw-r--r--net/hping/files/patch-Makefile.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/hping/files/patch-Makefile.in b/net/hping/files/patch-Makefile.in
deleted file mode 100644
index 07e0dd9d3ddc..000000000000
--- a/net/hping/files/patch-Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.in.orig Wed Aug 15 04:02:53 2001
-+++ Makefile.in Mon Nov 18 09:10:12 2002
-@@ -6,8 +6,8 @@
- # $date: Sun Jul 25 17:56:15 MET DST 1999$
- # $rev: 3$
-
--CC= gcc
--CCOPT= -O2 -Wall @PCAP_INCLUDE@
-+CC?= gcc
-+CCOPT= -Wall @CFLAGS@ @PCAP_INCLUDE@
- DEBUG= -g
- #uncomment the following if you need libpcap based build under linux
- #(not raccomanded)