]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/whois/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.bin / whois / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 PROG=   whois
5
6 .if defined(SOCKS)
7 CFLAGS+=-DSOCKS
8 CFLAGS+=-Dconnect=Rconnect -Dgetsockname=Rgetsockname -Dlisten=Rlisten \
9         -Daccept=Raccept -Drcmd=Rrcmd -Dbind=Rbind -Dselect=Rselect
10 LDADD+= -lsocks
11 .endif
12
13 .include <bsd.prog.mk>