diff options
-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 f41cb90..96914ea 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 |