summaryrefslogtreecommitdiffstats
path: root/usr.bin/top
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-04-05 22:05:46 +0000
committerpeter <peter@FreeBSD.org>1997-04-05 22:05:46 +0000
commitc5e29b83e014f7677f4691147632033b7c1f9eb8 (patch)
tree63854537512fb195e6df8f204be79a010dc63a53 /usr.bin/top
parent7e5a647dbaabf9c3714b0e252055c6c024480365 (diff)
downloadFreeBSD-src-c5e29b83e014f7677f4691147632033b7c1f9eb8.zip
FreeBSD-src-c5e29b83e014f7677f4691147632033b7c1f9eb8.tar.gz
move top.1 -> top.local.1, and generate top.1 so that the man page
is remotely useful
Diffstat (limited to 'usr.bin/top')
-rw-r--r--usr.bin/top/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile
index 0b3a9d1..7d93a45 100644
--- a/usr.bin/top/Makefile
+++ b/usr.bin/top/Makefile
@@ -22,4 +22,7 @@ LDADD= -ltermcap -lm -lkvm
BINGRP= kmem
BINMODE=2555
+top.1: ${TOPDIR}/top.X top.local.1
+ cat ${.ALLSRC} > top.1
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud