diff options
| author | Bill Fenner <fenner@FreeBSD.org> | 2002-10-28 01:41:28 +0000 |
|---|---|---|
| committer | Bill Fenner <fenner@FreeBSD.org> | 2002-10-28 01:41:28 +0000 |
| commit | 8497092d002bb6bb8490618d7e3430ca8f7a7504 (patch) | |
| tree | 9d84a7730d8c4e357320c8d7f0aca01959332bb3 /lib/libfetch | |
| parent | 9c156e012e5f0770f5713db03f969386c0250442 (diff) | |
Notes
Diffstat (limited to 'lib/libfetch')
| -rw-r--r-- | lib/libfetch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 96914ea70a3a..700d052c96ae 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -2,7 +2,6 @@ MAINTAINER= des@freebsd.org LIB= fetch -WARNS?= 2 CFLAGS+= -I. CFLAGS+= -DINET6 SRCS= fetch.c common.c ftp.c http.c file.c \ @@ -15,8 +14,11 @@ CLEANFILES= ftperr.h httperr.h CFLAGS+= -DWITH_SSL DPADD= ${LIBSSL} ${LIBCRYPTO} LDADD= -lssl -lcrypto +WARNS?= 2 .endif +WARNS?= 3 + SHLIB_MAJOR= 3 ftperr.h: ftp.errors |
