diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-05-01 14:40:55 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-05-01 14:40:55 +0000 |
| commit | b06d75fd4336b584a3f3429107522565ce175649 (patch) | |
| tree | 6871761a0bec8f81ae55b3d1988d026856ee67a1 /usr.bin/fetch | |
| parent | 4b4582a84cbd3fd8ed51b8b84eca661e5af6263b (diff) | |
Notes
Diffstat (limited to 'usr.bin/fetch')
| -rw-r--r-- | usr.bin/fetch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile index 6cdb7ba8bea2..276947e45f88 100644 --- a/usr.bin/fetch/Makefile +++ b/usr.bin/fetch/Makefile @@ -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) |
