# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
-# $Id: Makefile,v 1.1.1.1 1995/10/18 08:48:07 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 1997/03/26 00:45:56 deraadt Exp $
PROG= rwhod
MAN= rwhod.8
-DPADD= ${LIBKVM}
-LDADD= -lkvm
.include <bsd.prog.mk>
.\" SUCH DAMAGE.
.\"
.\" from: @(#)rwhod.8 8.2 (Berkeley) 12/11/93
-.\" $Id: rwhod.8,v 1.3 1997/03/26 00:39:34 deraadt Exp $
+.\" $OpenBSD: rwhod.8,v 1.4 1997/03/26 00:45:56 deraadt Exp $
.\"
.Dd December 11, 1993
.Dt RWHOD 8
.Pp
Status messages are generated approximately once every
3 minutes.
-.Nm Rwhod
-performs an
-.Xr nlist 3
-on
-.Pa /bsd
-every 30 minutes to guard against
-the possibility that this file is not the system
-image currently operating.
.Sh SEE ALSO
.Xr rwho 1 ,
.Xr ruptime 1
#ifndef lint
/*static char sccsid[] = "@(#)rwhod.c 8.1 (Berkeley) 6/6/93";*/
-static char rcsid[] = "$Id: rwhod.c,v 1.6 1997/01/17 07:14:28 millert Exp $";
+static char rcsid[] = "$OpenBSD: rwhod.c,v 1.7 1997/03/26 00:45:57 deraadt Exp $";
#endif /* not lint */
#include <sys/param.h>