aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-01-08 13:15:14 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-01-08 13:15:14 +0000
commit80ed165e91605dfb2a5d4100c0d64c71dc36a96c (patch)
tree7bf7a40b3bc28fe1da65b4030af5bfe405e44bed /lib/libfetch/Makefile
parenta1abfd66eaf6f0a6a32aac840025a8b13e51d1a7 (diff)
Notes
Diffstat (limited to 'lib/libfetch/Makefile')
-rw-r--r--lib/libfetch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index 90a2b2a0b67f..c0f968aa441a 100644
--- a/lib/libfetch/Makefile
+++ b/lib/libfetch/Makefile
@@ -5,7 +5,7 @@ LIB= fetch
CFLAGS+= -I. -Wall -pedantic
CFLAGS+= -DINET6
.if !defined(DEBUG)
-CFLAGS+= -DNDEBUG
+#CFLAGS+= -DNDEBUG
.endif
SRCS= fetch.c common.c ftp.c http.c file.c \
ftperr.h httperr.h