diff options
author | des <des@FreeBSD.org> | 2001-01-08 13:17:21 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-01-08 13:17:21 +0000 |
commit | 0c87c94a3130673a6ecd032a877f1b5e582f23fc (patch) | |
tree | adc9ca170de1cf2f9626d99ac13c2dbb89ea5ca7 /lib/libfetch | |
parent | e75c537ff5c36ad3c93082e62bd622b3d7697e55 (diff) | |
download | FreeBSD-src-0c87c94a3130673a6ecd032a877f1b5e582f23fc.zip FreeBSD-src-0c87c94a3130673a6ecd032a877f1b5e582f23fc.tar.gz |
Back out previous (accidental) commit.
Diffstat (limited to 'lib/libfetch')
-rw-r--r-- | lib/libfetch/Makefile | 2 |
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 |