diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-05 16:31:05 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-05 16:31:05 +0000 |
commit | d7fca5c18929944218704fdefd232e6af5683663 (patch) | |
tree | 63479b4fad6e4edc8f4c7be71c876af590d0c2b8 /usr.sbin/pstat/Makefile | |
parent | 2159e4287dcdfbc49dff55d254fe5924fd0abaac (diff) | |
download | FreeBSD-src-d7fca5c18929944218704fdefd232e6af5683663.zip FreeBSD-src-d7fca5c18929944218704fdefd232e6af5683663.tar.gz |
Get rid of update. Make man page installation work with our scheme
(and rename a few in the process).
Diffstat (limited to 'usr.sbin/pstat/Makefile')
-rw-r--r-- | usr.sbin/pstat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pstat/Makefile b/usr.sbin/pstat/Makefile index 9969a64..5018d43 100644 --- a/usr.sbin/pstat/Makefile +++ b/usr.sbin/pstat/Makefile @@ -6,5 +6,6 @@ BINGRP= kmem BINMODE=2555 DPADD= ${LIBKVM} LDADD= -lkvm +MAN8= pstat.8 .include <bsd.prog.mk> |