diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-10-20 23:50:28 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-10-20 23:50:28 +0000 |
| commit | 513829ec5ee8d4aa7eaf8c486eacf80737585855 (patch) | |
| tree | d359fd9e803c317f6e5bd4e9016893bb031fcc09 /lib/libfetch | |
| parent | b019ad1bc03a9418a7398d9eab1978f0b8059675 (diff) | |
Notes
Diffstat (limited to 'lib/libfetch')
| -rw-r--r-- | lib/libfetch/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index f41cb90c863e..96914ea70a3a 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -2,7 +2,7 @@ MAINTAINER= des@freebsd.org LIB= fetch -WARNS?= 4 +WARNS?= 2 CFLAGS+= -I. CFLAGS+= -DINET6 SRCS= fetch.c common.c ftp.c http.c file.c \ @@ -17,8 +17,6 @@ DPADD= ${LIBSSL} ${LIBCRYPTO} LDADD= -lssl -lcrypto .endif -NO_WERROR= yes - SHLIB_MAJOR= 3 ftperr.h: ftp.errors |
