Mark fetch(1) as c99- and WARNS6-clean.

This commit is contained in:
Dag-Erling Smørgrav 2003-05-01 14:40:55 +00:00
parent 4b4582a84c
commit b06d75fd43

View File

@ -1,7 +1,8 @@
# $FreeBSD$
PROG= fetch
WARNS?= 5
CSTD?= c99
WARNS?= 6
DPADD= ${LIBFETCH}
LDADD= -lfetch
.if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL)