diff options
author | des <des@FreeBSD.org> | 2002-07-28 21:09:57 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-07-28 21:09:57 +0000 |
commit | 403946d7ed3ed55c7c3fa05c4470a00d5601d21a (patch) | |
tree | 220d3e909a9cc55df9395336417ef991652cf1b3 /usr.bin/fetch | |
parent | 9413d584e73a595be6ba5d2749c0bd551a99b7ff (diff) | |
download | FreeBSD-src-403946d7ed3ed55c7c3fa05c4470a00d5601d21a.zip FreeBSD-src-403946d7ed3ed55c7c3fa05c4470a00d5601d21a.tar.gz |
fetch(1) is WARNS-5 clean (tested on i386 and Alpha)
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r-- | usr.bin/fetch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile index 3a9ce57..5cf6b30 100644 --- a/usr.bin/fetch/Makefile +++ b/usr.bin/fetch/Makefile @@ -2,6 +2,7 @@ MAINTAINER= des@freebsd.org PROG= fetch +WARNS?= 5 DPADD= ${LIBFETCH} LDADD= -lfetch .if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL) |