From 89596e453852464f330543234ea7d0894c5fc287 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 27 Mar 2001 10:52:19 +0000 Subject: MAN[1-9] -> MAN. --- usr.bin/vmstat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/vmstat/Makefile') diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile index 38e45e7..d3bd40d 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} -- cgit v1.1