xref: /freebsd/usr.bin/whois/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
19b50d902SRodney W. GrimesPROG=	whois
29b50d902SRodney W. Grimes
3d9fd44ddSPaul Traina.if defined(SOCKS)
4d9fd44ddSPaul TrainaCFLAGS+=-DSOCKS
5d9fd44ddSPaul TrainaCFLAGS+=-Dconnect=Rconnect -Dgetsockname=Rgetsockname -Dlisten=Rlisten \
6d9fd44ddSPaul Traina	-Daccept=Raccept -Drcmd=Rrcmd -Dbind=Rbind -Dselect=Rselect
7d9fd44ddSPaul TrainaLDADD+=	-lsocks
8d9fd44ddSPaul Traina.endif
9d9fd44ddSPaul Traina
109b50d902SRodney W. Grimes.include <bsd.prog.mk>
11