ca7e7788b7
- delint (void casts, shadow warning on port) - always cast to unsigned char for isfoo() macros, not sometimes. - save errno to avoid reporting random error value. - use warnx() when the error is indeed unknown. - use getprogname() instead of __progname. - make all locals static.
9 lines
162 B
Makefile
9 lines
162 B
Makefile
# $NetBSD: Makefile,v 1.5 2003/10/09 15:32:37 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
WARNS=2
|
|
PROG= whois
|
|
CPPFLAGS+= -DRIPE
|
|
|
|
.include <bsd.prog.mk>
|