From 8613dc06f09a12a0bbc0060b51fe0c06eda97fc6 Mon Sep 17 00:00:00 2001 From: yamt Date: Fri, 21 Apr 2006 13:46:37 +0000 Subject: [PATCH] update a comment. --- usr.sbin/iostat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/iostat/Makefile b/usr.sbin/iostat/Makefile index 0acb97d26980..8134178cba4f 100644 --- a/usr.sbin/iostat/Makefile +++ b/usr.sbin/iostat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/04/14 13:14:57 blymn Exp $ +# $NetBSD: Makefile,v 1.23 2006/04/21 13:46:37 yamt Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 .include @@ -10,7 +10,7 @@ MAN= iostat.8 CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/vmstat -# dkstats.c pulled in from ../../usr.bin/vmstat +# drvstats.c pulled in from ../../usr.bin/vmstat SRCS= drvstats.c iostat.c DPADD= ${LIBKVM}