summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-01-08 13:17:21 +0000
committerdes <des@FreeBSD.org>2001-01-08 13:17:21 +0000
commit0c87c94a3130673a6ecd032a877f1b5e582f23fc (patch)
treeadc9ca170de1cf2f9626d99ac13c2dbb89ea5ca7 /lib/libfetch/Makefile
parente75c537ff5c36ad3c93082e62bd622b3d7697e55 (diff)
downloadFreeBSD-src-0c87c94a3130673a6ecd032a877f1b5e582f23fc.zip
FreeBSD-src-0c87c94a3130673a6ecd032a877f1b5e582f23fc.tar.gz
Back out previous (accidental) commit.
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 c0f968a..90a2b2a 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
OpenPOWER on IntegriCloud