summaryrefslogtreecommitdiff
path: root/dhcpctl
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-03-14 15:36:57 +0000
committerTed Lemon <source@isc.org>2001-03-14 15:36:57 +0000
commitae598b42748c9fa3c18d7f592bcbae4374ce358b (patch)
tree4de4fc51b2391ff9b7f9b79105ab57d61a304b04 /dhcpctl
parent8cc0a65b2fd4201bc782cf301161f266474f1adb (diff)
downloadisc-dhcp-ae598b42748c9fa3c18d7f592bcbae4374ce358b.tar.gz
Get rid of local debug flag.
Diffstat (limited to 'dhcpctl')
-rw-r--r--dhcpctl/Makefile.dist1
1 files changed, 0 insertions, 1 deletions
diff --git a/dhcpctl/Makefile.dist b/dhcpctl/Makefile.dist
index 52996ceb..79391f14 100644
--- a/dhcpctl/Makefile.dist
+++ b/dhcpctl/Makefile.dist
@@ -24,7 +24,6 @@ OBJ = dhcpctl.o callback.o remote.o
MAN = dhcpctl.3
HDRS = dhcpctl.h
-DEBUG = -g
INCLUDES = $(BINDINC) -I$(TOP)/includes
CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
DHCPCTLLIBS = libdhcpctl.a ../common/libdhcp.a $(BINDLIB) \