6dac1f6a24
- Fix compilation problems. - Use "whois.internic.net" as default server for backward compatibility. - Reformat manual page.
8 lines
150 B
Makefile
8 lines
150 B
Makefile
# $NetBSD: Makefile,v 1.4 1999/05/18 22:36:36 tron Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= whois
|
|
CPPFLAGS+= -DRIPE
|
|
|
|
.include <bsd.prog.mk>
|