c75216d258
The only reason why it didn't build with WARNS=6, is because of some simple to fix string formatting bugs. MFC after: 3 months
7 lines
85 B
Makefile
7 lines
85 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= rwho
|
|
|
|
.include <bsd.prog.mk>
|