1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

fetch(1) is WARNS-5 clean (tested on i386 and Alpha)

This commit is contained in:
Dag-Erling Smørgrav 2002-07-28 21:09:57 +00:00
parent 32411a1b6f
commit 35945a74ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100835

View File

@ -2,6 +2,7 @@
MAINTAINER= des@freebsd.org
PROG= fetch
WARNS?= 5
DPADD= ${LIBFETCH}
LDADD= -lfetch
.if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL)