mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
move top.1 -> top.local.1, and generate top.1 so that the man page
is remotely useful
This commit is contained in:
parent
1961f6e884
commit
aa9278ffa9
1 changed files with 3 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue