diff options
author | des <des@FreeBSD.org> | 2001-10-19 10:08:38 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-10-19 10:08:38 +0000 |
commit | 38d04ef419d93e00b9bcf770a3db3e19fd6848ef (patch) | |
tree | 7d7b9a078b3953cf22bd84cb95cd90b0fb5e7009 /lib/libfetch/Makefile | |
parent | f59dae6318d6e23396bf557ef57d63e2833a52d5 (diff) | |
download | FreeBSD-src-38d04ef419d93e00b9bcf770a3db3e19fd6848ef.zip FreeBSD-src-38d04ef419d93e00b9bcf770a3db3e19fd6848ef.tar.gz |
Add NO_WERROR so the build won't die because of discarded qualifiers
Diffstat (limited to 'lib/libfetch/Makefile')
-rw-r--r-- | lib/libfetch/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 0039819..d13d29f 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -14,6 +14,8 @@ INCS= fetch.h MAN= fetch.3 CLEANFILES= ftperr.h httperr.h +NO_WERROR= yes + SHLIB_MAJOR= 3 SHLIB_MINOR= 0 |