f40dea5772
Use err() instead of fprintf + exit. Check for extraenous arguments and complain. ANSIfy.
9 lines
161 B
Makefile
9 lines
161 B
Makefile
# $NetBSD: Makefile,v 1.4 2000/09/06 12:13:48 mjl Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= rwho
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
CFLAGS+= -Wno-format-y2k
|