move top.1 -> top.local.1, and generate top.1 so that the man page

is remotely useful
This commit is contained in:
Peter Wemm 1997-04-05 22:05:46 +00:00
parent 1961f6e884
commit aa9278ffa9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24664

View File

@ -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>