summaryrefslogtreecommitdiff
path: root/usr.bin/whois/Makefile
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2005-06-25 14:27:37 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2005-06-25 14:27:37 +0000
commit5b6f219717acc5ae079ceebb8f8517782ace7a4d (patch)
treebeec73150be7fdc4625a98a20877ffa3bcba724f /usr.bin/whois/Makefile
parent79019d5788279cf417eacf0cf6bbeb26d7f08c6b (diff)
couldn't stop my fingers from doing some cleanup
Diffstat (limited to 'usr.bin/whois/Makefile')
-rw-r--r--usr.bin/whois/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/whois/Makefile b/usr.bin/whois/Makefile
index 15fbbd27514..9965b9ea201 100644
--- a/usr.bin/whois/Makefile
+++ b/usr.bin/whois/Makefile
@@ -1,12 +1,5 @@
-# $OpenBSD: Makefile,v 1.4 1999/11/26 22:59:21 millert Exp $
+# $OpenBSD: Makefile,v 1.5 2005/06/25 14:27:36 henning Exp $
PROG= whois
-.if defined(SOCKS)
-CFLAGS+=-DSOCKS
-CFLAGS+=-Dconnect=Rconnect -Dgetsockname=Rgetsockname -Dlisten=Rlisten \
- -Daccept=Raccept -Drcmd=Rrcmd -Dbind=Rbind -Dselect=Rselect
-LDADD+= -lsocks
-.endif
-
.include <bsd.prog.mk>