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