From a2e52c42e2ca46317cf7fcd0df2bb3dee6b1882b Mon Sep 17 00:00:00 2001 From: pk Date: Sun, 25 Dec 1994 12:22:03 +0000 Subject: Define `MAN'. --- usr.sbin/pstat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/pstat/Makefile b/usr.sbin/pstat/Makefile index 9ba04489cc3..59fc02d48ba 100644 --- a/usr.sbin/pstat/Makefile +++ b/usr.sbin/pstat/Makefile @@ -1,7 +1,8 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.3 1994/06/22 05:38:20 chopps Exp $ +# $Id: Makefile,v 1.4 1994/12/25 12:22:03 pk Exp $ PROG= pstat +MAN= pstat.8 BINGRP= kmem BINMODE=2555 DPADD= ${LIBKVM} -- cgit