NetBSD/usr.sbin/rwhod/Makefile
andrew b55bc39b4e rwhod wasn't too happy after the off_t change - its lseek() to check the
boottime was broken.  Replaced this code with kvm_nlist()/kvm_read() to be
more efficient.
1994-04-06 03:01:46 +00:00

10 lines
180 B
Makefile

# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
# $Id: Makefile,v 1.5 1994/04/06 03:01:46 andrew Exp $
PROG= rwhod
MAN8= rwhod.0
DPADD= ${LIBKVM}
LDADD= -lkvm
.include <bsd.prog.mk>