summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-09-05 17:16:10 +0000
committerBruce Evans <bde@FreeBSD.org>1996-09-05 17:16:10 +0000
commit5b963fa12e8baf1eb6f491cfee6b7849d0aa1dba (patch)
tree235e8fcbe852dee096eebfd2c176b6d10c0afa2c /usr.bin/vmstat
parentde6669b2e213f787bd1accbabe263e199b35066f (diff)
Notes
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r--usr.bin/vmstat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile
index b082cb62336b..117c30d176ea 100644
--- a/usr.bin/vmstat/Makefile
+++ b/usr.bin/vmstat/Makefile
@@ -5,7 +5,7 @@ CFLAGS+=-I${.CURDIR}/../../sys
MAN8= vmstat.8
BINGRP= kmem
BINMODE=2555
-DPADD= names.c ${LIBKVM}
+DPADD= ${LIBKVM}
LDADD= -lkvm
.include <bsd.prog.mk>