From: Ted Lemon Date: Wed, 14 Mar 2001 15:33:39 +0000 (+0000) Subject: Set up global debug flag. X-Git-Tag: V3-BETA-2-PATCH-19~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8cc0a65b2fd4201bc782cf301161f266474f1adb;p=thirdparty%2Fdhcp.git Set up global debug flag. --- diff --git a/Makefile.conf b/Makefile.conf index 34b16081b..144838cce 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -39,6 +39,7 @@ LIBDIR=/usr/local/lib INCDIR=/usr/local/include LIBS = COPTS = $(BINDDEF) +DEBUG = -g RANLIB = ranlib MKDEP = mkdep CLIENT_PATH = '"PATH=/usr/ucb:/usr/bin:/usr/sbin:/bin:/sbin"'