diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-04-05 22:05:46 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-04-05 22:05:46 +0000 |
| commit | aa9278ffa9acbfe37d4aa4d5ccacf86423df9857 (patch) | |
| tree | 731a6dc14dd4f3142bfc6d14daf9e983b1a23185 | |
| parent | 1961f6e884ecf066a3a7130ef3e468b7b806ae44 (diff) | |
Notes
| -rw-r--r-- | usr.bin/top/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile index 0b3a9d1fcdb9..7d93a452a707 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> |
