diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-07-28 21:09:57 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-07-28 21:09:57 +0000 |
| commit | 35945a74ac8ae09ea32b563322969d9500b72d06 (patch) | |
| tree | 220d3e909a9cc55df9395336417ef991652cf1b3 /usr.bin/fetch | |
| parent | 32411a1b6f10c7b2ac2e1110cc2227456af2a6bb (diff) | |
Notes
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 3a9ce57c78a4..5cf6b30d8b0a 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) |
