From aa9278ffa9acbfe37d4aa4d5ccacf86423df9857 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 5 Apr 1997 22:05:46 +0000 Subject: [PATCH] move top.1 -> top.local.1, and generate top.1 so that the man page is remotely useful --- usr.bin/top/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile index 0b3a9d1fcdb..7d93a452a70 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