summaryrefslogtreecommitdiff
path: root/server/Makefile.dist
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 /server/Makefile.dist
parent8cc0a65b2fd4201bc782cf301161f266474f1adb (diff)
downloadisc-dhcp-ae598b42748c9fa3c18d7f592bcbae4374ce358b.tar.gz
Get rid of local debug flag.
Diffstat (limited to 'server/Makefile.dist')
-rw-r--r--server/Makefile.dist1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/Makefile.dist b/server/Makefile.dist
index f6a111fd..aafd9fb6 100644
--- a/server/Makefile.dist
+++ b/server/Makefile.dist
@@ -26,7 +26,6 @@ OBJS = dhcpd.o dhcp.o bootp.o confpars.o db.o class.o failover.o \
PROG = dhcpd
MAN = dhcpd.8 dhcpd.conf.5 dhcpd.leases.5
-DEBUG = -g
INCLUDES = -I$(TOP) $(BINDINC) -I$(TOP)/includes
DHCPLIB = ../common/libdhcp.a $(BINDLIB) ../omapip/libomapi.a ../dst/libdst.a
CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)