summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-04-25 11:29:51 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-04-25 11:29:51 +0000
commitb310ceebe53a3b181d0ec1d0a22bbb0018f3007d (patch)
treeea7fbda90319f5b8a6f50ff6d5d8317ca5d45f8b /usr.bin/vmstat
parentc2a6755caff6ad5d11e41936dc785e876d334dff (diff)
Notes
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r--usr.bin/vmstat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile
index 38e45e7ee4ad..d3bd40d004fd 100644
--- a/usr.bin/vmstat/Makefile
+++ b/usr.bin/vmstat/Makefile
@@ -1,9 +1,9 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= vmstat
+MAN= vmstat.8
CFLAGS+=-I${.CURDIR}/../../sys
-SRCS= vmstat.c
-MAN8= vmstat.8
BINGRP= kmem
BINMODE=2555
DPADD= ${LIBKVM} ${LIBDEVSTAT}