diff options
author | Ted Lemon <source@isc.org> | 2001-03-14 15:36:57 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 2001-03-14 15:36:57 +0000 |
commit | ae598b42748c9fa3c18d7f592bcbae4374ce358b (patch) | |
tree | 4de4fc51b2391ff9b7f9b79105ab57d61a304b04 /dst | |
parent | 8cc0a65b2fd4201bc782cf301161f266474f1adb (diff) | |
download | isc-dhcp-ae598b42748c9fa3c18d7f592bcbae4374ce358b.tar.gz |
Get rid of local debug flag.
Diffstat (limited to 'dst')
-rw-r--r-- | dst/Makefile.dist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dst/Makefile.dist b/dst/Makefile.dist index 47df8306..2bd3369d 100644 --- a/dst/Makefile.dist +++ b/dst/Makefile.dist @@ -21,7 +21,6 @@ SRC = dst_support.c dst_api.c hmac_link.c md5_dgst.c base64.c prandom.c OBJ = dst_support.o dst_api.o hmac_link.o md5_dgst.o base64.o prandom.o HDRS = dst_internal.h md5.h md5_locl.h -DEBUG = -g INCLUDES = $(BINDINC) -I$(TOP)/includes CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) -DHMAC_MD5 -DMINIRES_LIB |