From 76a1c96c9ef42eed6424d6619b337388913d8a42 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Fri, 14 Apr 2000 14:44:20 +0000 Subject: Allow make -DENABLE_DEBUG --- www/httptunnel/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www/httptunnel') diff --git a/www/httptunnel/Makefile b/www/httptunnel/Makefile index 91fc7f3e8418..10e288aad42b 100644 --- a/www/httptunnel/Makefile +++ b/www/httptunnel/Makefile @@ -16,6 +16,9 @@ MAINTAINER= brian@Awfulhak.org HAS_CONFIGURE= yes CONFIGURE_ARGS= --quiet +.if defined(ENABLE_DEBUG) +CONFIGURE_ARGS+=--enable-debug +.endif MAN1= hts.1 htc.1 post-install: -- cgit v1.2.3