summaryrefslogtreecommitdiffstats
path: root/usr.bin/whois/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-06-22 01:52:37 +0000
committerdes <des@FreeBSD.org>2001-06-22 01:52:37 +0000
commitdadeb6dc97284f8724b36f6020c5a0fc93624f94 (patch)
tree7806e501207b9aeef3103a508fe39355293910dc /usr.bin/whois/Makefile
parent02db62f4db0b425072d53bce9083520bfeae5db0 (diff)
downloadFreeBSD-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/Makefile2
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 \
OpenPOWER on IntegriCloud