diff options
author | des <des@FreeBSD.org> | 2001-06-22 01:52:37 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-06-22 01:52:37 +0000 |
commit | dadeb6dc97284f8724b36f6020c5a0fc93624f94 (patch) | |
tree | 7806e501207b9aeef3103a508fe39355293910dc /usr.bin/whois/Makefile | |
parent | 02db62f4db0b425072d53bce9083520bfeae5db0 (diff) | |
download | FreeBSD-src-dadeb6dc97284f8724b36f6020c5a0fc93624f94.zip FreeBSD-src-dadeb6dc97284f8724b36f6020c5a0fc93624f94.tar.gz |
Stylify, ANSIfy, silence warnings, plug a memory leak, don't assume the
server is well-behaved wrt. line endings.
PR: bin/28082
Submitted by: Mike Barcroft <mike@q9media.com>
Diffstat (limited to 'usr.bin/whois/Makefile')
-rw-r--r-- | usr.bin/whois/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/whois/Makefile b/usr.bin/whois/Makefile index 299c963..a066f98 100644 --- a/usr.bin/whois/Makefile +++ b/usr.bin/whois/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PROG= whois +WARNS?= 2 -CFLAGS+=-Wall .if defined(SOCKS) CFLAGS+=-DSOCKS CFLAGS+=-Dconnect=Rconnect -Dgetsockname=Rgetsockname -Dlisten=Rlisten \ |