aboutsummaryrefslogtreecommitdiff
path: root/net/httping/files/patch-Makefile
blob: 6442e0c8b02db65b08f860e4b974ce1cce819e5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- ./Makefile.orig	2013-04-17 22:46:50.000000000 +0200
+++ ./Makefile	2013-04-17 23:49:01.771634044 +0200
@@ -13,8 +13,6 @@
 # files in the program, then also delete it here.
 # $Revision: 178 $
 
--include makefile.inc
-
 # *** configure script ***
 # support for tcp fast open?
 #TFO=yes
@@ -31,7 +29,7 @@
 
 TARGET=httping
 
-DEBUG=yes
+DEBUG?=no
 WFLAGS=-Wall -W
 OFLAGS=
 CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\"