summaryrefslogtreecommitdiff
path: root/usr.bin/whois
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2005-06-25 14:28:30 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2005-06-25 14:28:30 +0000
commitf33027af4f5a8d1fd4dfb867b870187824cac9f0 (patch)
treefc4e32659fe706a742627f437dc3498292816ddc /usr.bin/whois
parent5b6f219717acc5ae079ceebb8f8517782ace7a4d (diff)
-Wall clean now
Diffstat (limited to 'usr.bin/whois')
-rw-r--r--usr.bin/whois/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/whois/Makefile b/usr.bin/whois/Makefile
index 9965b9ea201..6919ae16178 100644
--- a/usr.bin/whois/Makefile
+++ b/usr.bin/whois/Makefile
@@ -1,5 +1,6 @@
-# $OpenBSD: Makefile,v 1.5 2005/06/25 14:27:36 henning Exp $
+# $OpenBSD: Makefile,v 1.6 2005/06/25 14:28:29 henning Exp $
PROG= whois
+CFLAGS+= -Wall
.include <bsd.prog.mk>